Re: [android-developers] Simulate PreferenceActivity with Fragment

2012-05-10 Thread Nikolay Elenkov
On Fri, May 11, 2012 at 5:10 AM, RMartins wrote: > 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!!! > > Hm, sorry, you are right, there is not SherlockPreferenceFragment, only SherlockPreferenceActivity. You ca

Re: [android-developers] Simulate PreferenceActivity with Fragment

2012-05-10 Thread RMartins
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 > wrote: > > Would the Android Co

Re: [android-developers] Simulate PreferenceActivity with Fragment

2012-05-10 Thread RMartins
I've already have that, FragmentPreference is not included :(, but thanks anyway!!! Quinta-feira, 10 de Maio de 2012 6:31:30 UTC+1, MagouyaWare escreveu: > > Would the Android Compatibility Library help by chance? > http://android-developers.blogspot.com/2011/03/fragments-for-all.html > > Thanks,

Re: [android-developers] Simulate PreferenceActivity with Fragment

2012-05-09 Thread Nikolay Elenkov
On Thu, May 10, 2012 at 2:31 PM, Justin Anderson 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 t

Re: [android-developers] Simulate PreferenceActivity with Fragment

2012-05-09 Thread Justin Anderson
Would the Android Compatibility Library help by chance? http://android-developers.blogspot.com/2011/03/fragments-for-all.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 8, 2012 at 3:07 PM, RMartins wrote: > Hi, > > I'm developing a ViewPa

[android-developers] Simulate PreferenceActivity with Fragment

2012-05-09 Thread RMartins
Hi, I'm developing a ViewPager with several fragments, one of them I want it to be a "PreferenceActivity" the problem is that I'm using API7, so no PreferencesFragment... I've already search for a way to embed an activity (PreferencesActivity) in a Fragment, and given up for lack of results. So