I\'ve come to a sudden halt in the development of my app as I realized that PreferenceFragments weren\'t supported in this library. Are there any alternatives that a rookie
You can use my own PreferenceFragment.
It's simple and I had no issues with it so far. I think you can only display one of them at a time in a single Activity, which should be OK.