Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (retired 2014) Getting Started with Android Android Setup and the Crystal Ball Project

4.4 kitkat

Now Theres only the option of 4.4 kitkat. Should I use 4.4 kitkat as the target as thats the latest one.

1 Answer

When you say target, Android considers one as a minimum target (the lowest version of the Android OS your app will support) and the maximum target (the highest Android OS version, in your case 4.4 your app can support)

Now, you can further look at it from two different perspectives

If you are looking to build an app that will go to the play store and you want as many people to use it then you might consider looking at the Android Version Usage . It is clear from the current survey that a majority of people (35%) are using Jelly Bean and only a section of them about 2% are using KitKat. Also to be considered that 19% are still on Gingerbread and Ice Cream Sandwich. In this case you best bet is to go by the stats and select the target device carefully.

However if you intend to get started to learn the tricks of the trade then in that case any version will suffice and 4.4 is good to go.

Hope that helps