-
How to make a simple settings page in android?
over 8 years ago
-
over 8 years ago
i think we can Use PreferenceActivity. suggested options are fill plate clever road house hope it will help XML resource contains a preference screen holding another fragment, the Prefs1FragmentInner implemented here. This allows the user to traverse down a hierarchy of preferences; pressing back will pop each fragment off the stack to return to the previous preferences.
See PreferenceFragment for information on implementing the fragments themselves.
-
-
over 8 years ago
On click of a tap on tab or swipe if you want to navigate to a new screen then you can use ViewPager with TabLayout. And for each screen or tab you have to create Fragments. For the headlines and other part of the layout, please attach the design how exactly you want it.
-
2 Answer(s)