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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -