Android provides a built in system for User Options within its API which can be used to both automatically generate special activities with minimal effort as well as being able to query such settings from anywhere in the application.
Create the User Options menu and data schema (as a key-value pair) and make it accessible from the Main Menu.
Android provides a built in system for User Options within its API which can be used to both automatically generate special activities with minimal effort as well as being able to query such settings from anywhere in the application. Create the User Options menu and data schema (as a key-value pair) and make it accessible from the Main Menu.