Working with SharedPreferences, this activity crashes upon launching. First I\'ll post the activity code, and then I\'ll post my LogCat. Thank you so much guys, you guys are alw
Move the instantiation of the settings instance variable into your onCreate method. After the super.onCreate call.
The way you are doing it now, it is getting set to null;