foxtrotzulu94 / ECE-Pokedex

An Android App for those that want to be the very best! You Gotta Catch 'Em All!
MIT License
1 stars 1 forks source link

Implement User Options #51

Open foxtrotzulu94 opened 8 years ago

foxtrotzulu94 commented 8 years ago

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.