I'm gonna explore this for sure, anyway do you have a nice clean example of the usage you mention? Anyway thanks very much Nicolay!!!
Quinta-feira, 10 de Maio de 2012 7:20:41 UTC+1, Nikolay Elenkov escreveu: > > On Thu, May 10, 2012 at 2:31 PM, Justin Anderson <[email protected]> > wrote: > > Would the Android Compatibility Library help by chance? > > http://android-developers.blogspot.com/2011/03/fragments-for-all.html > > > > The compatibility library doesn't have a PreferenceFragment, but > ActionBarSherlock does. > You should be able to use it but you need to integrate the library in > your app, you can't > just pull that class in. > > http://actionbarsherlock.com/ > > > https://github.com/JakeWharton/ActionBarSherlock/blob/master/library/src/com/actionbarsherlock/app/SherlockPreferenceActivity.java > > > BTW, you can't embed an activity in a fragment (or nest fragments). > -- 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

