Skip to content Skip to sidebar Skip to footer

What Version Of Android Should I Develop For?

Just started to develop for Android, the idea is to create an app available on the Android Market. I would really like to be able to use the bulit in 'Graphical Layout' (WYSIWYG) t

Solution 1:

Current data looks more like: 60% on 2.2, 27% on 2.1, 1% on 2.3*, 6% on 1.6, 5% on 1.5

So with 2.1+ you reach 88% of the market. 3.0 is for sure something of the future, but only available for tablets right now - developing exclusively for it will leave all the mobiles out for a long time.

The graphical layout editors get better and better - I did not have much luck when I looked at them 9 month ago, but the situation has changed.

I'd propose to look at them and use them - and then a) have a look at the results and b) optimize the result if the graphical editor's is not what you want.

Solution 2:

Here you can find the distribution of Android platform versions. It will need some times until a large part of the users are using 3.0. So I would recommend to focus on Android 2.1 and higher if you have to specify. If you develop for 3.0 only, no one will be able to use your application. That can't really be your goal, right?

What exactly are you're referring when you mentioned "Graphical Layout"? The visual GUI editor? If that, I would recommend to do your layout in the XML file and then you could check how it looks in the "Graphical Layout".

Post a Comment for "What Version Of Android Should I Develop For?"