SharedPreferences allows you to save and retrieve persistent key-value pairs of primitive data types in Android applications.
Here is the: preferences.xml <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/…
java android layout sharedpreferences textcolor