Android Development

Android development is comparatively hard because of the fragmentation of devices. The main reasons are the following:

  1. Different screen resolutions across devices. You need to design your app at least for several popular screen resolutions to succeed.
  2. Different Android versions across devices. Different versions of Android maintain different libraries, that is why it is a common situation when one method is unavailable for one of the Android version you are developing for.

You can find more detailed information about Android fragmentation on the Android official page.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>