In this example we shall show you how to use Preferences with Android. This functionality is used for storing user’s preferences and using them for example when the application starts. For using the Preferences framework the following steps must be followed: Create a class that extends PreferenceActivity (here called QuickPrefsActivity) Use the addPreferencesFromResource method in order to read the config ...
Read More »