If you are going to publish the app on the Market, you might want to think about these issues:
- An overview the relative amount of how many users are using which Android platform version: http://developer.android.com/intl/zh-CN/resources/dashboard/platform-versions.html. - On top of that you might want to know that 1.6 (Donut) has better support for developing layouts for different screen sizes: High density (HDPI), Medium density (MDPI) and Low Density (LDPI). I would recommend starting with 1.6, since a lot of people use it, and is has better support for different screen sizes/densities. If you run into limitations, then you might want to switch to a higher platform version. On Apr 10, 7:55 am, chris0101 <[email protected]> wrote: > First post here! I am new to programming on Android. > > I would like to know, when you start Android development, which > version of Android do you usually choose (the latest or v1.5)? > > The benefit of testing in the latest I guess would be having the > newest and best APIs (and any bugfixes), whereas the oldest assures > reverse compatibility. (Of course, you can always test in the > simulator and on a few devices). Anyways, when you create apps, what > version do you usually choose? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe, reply using "remove me" as the subject.

