Alternatives to PreferenceFragment with android-support-v4

后端 未结 9 2063
误落风尘
误落风尘 2020-11-28 04:50

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

9条回答
  •  执念已碎
    2020-11-28 05:03

    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.

提交回复
热议问题