On Fri, Apr 8, 2011 at 7:59 PM, Jay SB <[email protected]> wrote: > If so, can I > easily target a range of devices (i.e. < 3.0 and >=3.0) or will I have > to jump through hoops?
It's not that hard, if your preferences will work OK all concatenated together. Here's a sample project that uses PreferenceFragment on 3.0 and "classic" preferences pre-3.0: https://github.com/commonsguy/cw-android/tree/master/Prefs/FragmentsBC -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.6 Available! -- 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

