Thanks a lot for the tip. So using this technique the application will be anyway installed in the device (if I don't specify the minorSDKVersion in the manifest.xml) even if the device SDK doesn't have the class I use in the Reflection or wrapper class?
Thanks Emanuele On 25 Set, 12:35, "Mark Murphy" <[email protected]> wrote: > > suppose I have one application developerd for SDK 1.5 and after the > > issues of the 1.6 I want to add some of the new features in my app but > > continuing to support SDK 1.5, do I need to mantian two different > > projects and two different source code? > > You can use the reflection techniques described here: > > http://android-developers.blogspot.com/2009/04/backward-compatibility... > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

