Search code examples
androidtabspreferenceactivity

Displaying preference activity in a tab


I have three tabs . I have added functionalities to the first two tabs . Now , I wish to use the third tab to display the settings / preferences so that the user can choose from a list of various settings. I wish to use Preference Activity to do the same . Is it possible to do so ? If yes , how ? If no , what are the alternate option I can use ?


Solution

  • I figured out the solution . As MisterSquonk stated, I added a preference activity as an intent to the settings tab . I then created a dynamic preference layout in the activity. Shall try the fragments approach too - Thanks Stefan and MisterSquonk !!