i'm implementing viewpager in my app, it has 4 tabs. In the last tab i want to implement settings. If i look at the preferencefragment its not supported for devices below API 11. Even in android compat lib v7 also, this feature is not included. Looked at few alternatives like 3rd party libs which are not official. What is the best, efficient way to use this?
Asked
Active
Viewed 193 times
0
-
For lack of a better answer, please look at the answer by Commons on this questions: http://stackoverflow.com/questions/5501431/was-preferencefragment-intentionally-excluded-from-the-compatibility-package – DejanRistic Dec 30 '14 at 15:34
-
Thanks, i tried till now, i'm confused about the implementation, can you provide any working example code. 3 – Naruto Dec 30 '14 at 16:18