I try to add and get data using sharedPreferences, but I only receive this error in logcat:
Attempt to invoke virtual method 'android.content.SharedPreferences
android.content.Context.getSharedPreferences(java.lang.String, int)'
on a null object reference
The line of code:
public static final String PREFS_NAME = "MyPrefsFile";
SharedPreferences prefs = getSharedPreferences(PREFS_NAME, 0); // <-error here
I need create first the xml file?