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

renaming files in a directory using python or R -

html - outline-style different in chrome compared to firefox and internet explorer -

ruby on rails - Carrierwave Timeout -