[android-developers] Re: How to do selective "compiling" in Android

2010-11-15 Thread String
On Nov 16, 7:19 am, MathiasL wrote: > Or is there some other clever way to handle platform differences > without having sparate branches for each targeted platform version? Sure is. Several, in fact. See: http://developer.android.com/resources/articles/backward-compatibility.html and http://a

[android-developers] Re: How to do selective "compiling" in Android

2010-11-15 Thread MathiasL
Hi What I ment was that I want my app to be able to run on 1.6 and 2.x devices, and when it runs on more modern devices I would like to use some of the features avalable on those platforms. Or is there some other clever way to handle platform differences without having sparate branches for each t