We are creating an app where i want to store certain settings locally on the device.
The settings will be
I came across this on foursquare and Twitter Application.. when you go thru Options Menu and to Settings like below
How can i implement similarly on my application
To store such settings use SharedPreferences. This is the most convenient way. You can also add a PreferencesActivity to make the second screen you posted.