I was using PreferenceFragment successfully, but recently had to start using the Android Support Package (to take advantage of the ViewPager to get a nice tabbed navigation style with animated, swipe-able pages)
So, I have the navigation model working the way I want except for the settings. Is there a clever way to host a new-style Fragment in an ASP fragment? Or to host a PreferenceActivity in an ASP fragment?
I feel like I'm close to a solution but I can't quite find the trick.