java - Null Pointer Exception for Default Shared Preference Manager -


sometimes when call edit on default shared preferences, nullpointerexception. know why is? below code , error.

sharedpreferences sharedpreferencesfinish = preferencemanager.getdefaultsharedpreferences(getactivity()); sharedpreferences.editor spef = sharedpreferencesfinish.edit();   java.lang.nullpointerexception: attempt invoke virtual method        'java.lang.string android.content.context.getpackagename()' on null object reference 


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -