Skip to main content

Causing Myself Pain

The basic beliefs of Buddhism is that there is much suffering in life and much of the suffering is self inflicted.  There are many things that have caused me pain and strife in my life, but I really work on not adding to the amount of strife that I'll already endure.  My developing software is always a source of self-induced strife and I look for reducing my self punishment as much as possible.

If you have been in this business a long time then you have been approached by friends or associates to create some software for free.  It's a hard choice sometimes, but the best answer maybe 'no'.  Software takes time, the lifecycle is long (how long to maintain?) and it can distract time from your family and happiness.  

Does this apply to companies as well?  I would think so.  Let me explain what I see is currently occurring in mobile developement.

Knowing both iOS and Android development, I've noticed a divergence of benefit to the developers and to the respective companies.  iOS is only on two form factors (iPhone and iPad).  Android is on a range of form factors from 3" to 10" and above, each with varying screen ratios.  For the most part, the general development was the same.

You could handle the UI controls and layout in code (lowest level), create views for each screen on a screen (controller / activity) by screen basis.  So far these have been the same for both platforms.

For iOS you had the option of having two different views (nib files) for each controller, one for iPhone and one for iPad.  The different views could both access the same (or different) controllers for sharing code.   Almost all UI could be created using the Interface Builder which is a big help.  The down side was IB had a learning curve that can throw developers off the iOS platform.

For Android you basically had multiple layouts possible for each activity.  This was basically the same as iOS.  The main difference was that most everything with the layout was hand rolled XML with references to other XML files and resources.  Lots of references and Ids to keep track of.  Yes there is a UI Builder but they could use a lot of work, so I've found it's just easier to edit the layouts by hand.

Now the divergence..

Android did not handle tablets, so a new pattern was added to the mix of Activities and Layouts.  These are the Fragment classes.  This will work but adds to the burden of the developer and increases the complexity and permutation of activities, layouts and now fragments to try to provide workable solutions for the wide range of form factors.  All this while not providing any additional tools to handle this added complexity.  It's still all XML, references and resources basically by hand.  So as a developer do you make a decision that all forms from 3"-7" get the phone version and the 8"+ get the tablet version, or do you try to create layouts and fragments for even more sizes to provide better screen usage?  It's not looking good.

iOS on the other hand has made life easier for developers.  You can still create nib files for each controller, but the preferred method is now the storyboard.  Instead of multiple nib files there is now a single storyboard file for each form factor.  It contains all the views, controls, segues and transitions for all the views for the complete app.  This is all laid out in a single screen in Xcode for the developer to work with and provide a single screen view of the complete app.  Navigation, Tab, SplitView, Modal and others UI patterns are all supported.  Each view within the storyboard can then be assigned to a specific Controller with the UI controls wired up to controllers objects.  For a universal app there would be one storyboard for iPhone and one for iPad, each showing the complete workflow and operation and without any code, xml, references or Ids.  Apple has provided a solution that has reduced the complexity of the code and made it easier for the developer while still providing an optimal solution for the user.

Apple appears to be limiting choice, with benefits to its developers, users (better apps) and themselves, where they can continue to move forward with tools and platform without too much technical debt.

Google appears to be heading in the opposite direction.  With the possible permutations from all the different form factors, increased complexity of the Activity/Fragment/Layout pattern, along with developed less likely to provide solutions for all options, a case could be made that Google is hurting themselves, their developers and users.

Which path reduces my future pain?

Comments

Popular posts from this blog

There is no "Right" way.

It's not that your way is not the right way, it's that everyone has their own right way.  So which is the right way?  Is there a right way? Software development is full of discussions that revolve about the "right" way of doing something. The terms used in discussing software design, tools and implementation are so undefined as to make them meaningless.  Code is not designed and written in a vacuum, it's designed by real people in real companies, each with their own constraints and issues.  Code that may look like a hack could have been the result of an employee dragged out of bed at 2am by a company shirt that only cared that they they did not lose their personal client the next morning.  Everything must be looked at in context.  A project written to "Best Practices" may never be finished before development funding dries up.   Goals, vision, constraints and thoughts should be somewhat aligned for project to be successful (or at least enjoyable ...

3rd Try is a Charm

I've been trying to draw / paint these barns for a couple of years but never felt or got them right.  This time I think they turned out right. So What went wrong before and what's right now with this drawing?  This time, the light was right.  It's coming from the upper right and the shadows just looked right.  The other thing is the corn field on the left had to "be in season", otherwise it's just a plowed field.  I had taken other photos from different angles but they never felt right.  This angle has the road, power lines, corn field, etc. all leading to the right.  The shadows on the lower right helps fill in that corner (don't forget about the corners!).  The last part is trying to draw (ink paint maybe) the trees in the background.  Not so easy when they are kind of a blob is green shades. So yeah, it's composition that is king.  Many times I just don't see it until the drawing / painting is finished and when it's right it feels goo...

So THIS is My Style?

 If I play around long enough my style will appear.  I'm guessing that this is kind of it.  I'll keep working on other techniques in watercolor but for now this appears to be my style. I do like it and others appear (to my face) to also like this.  Not every one of my paintings is a success.  About 1/3 so far, but when they do I am rather pleased that anything good comes out of it at all. I do love color.  Color is happy and outdoors is full of color, be it the west or back east with the greens.  Color color color. Also doing some painting on hot press paper and see how that goes. Later......