github: T06.04_exercise_UseResources
- Create Boolean and Strings resources for checkbox preference
- Update the hardcoded values in the pref_visualizer to the new resources
- Update the hardcoded values in the VisualizerActivity‘s onCreate method
github: T06.04_exercise_UseResources
To read values from SharedPreferences:
github: T06.03-Exercise-ReadingFromSharedPreferences
To read the value of the CheckBox from them SharedPreference and update the UI view based on that value.
github: Done S05.01: with AsyncTaskLoader
To profile and optimize memory use, the typical workflow is to run your app and do the following: