[android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-22 Thread Cihan KALOĞLU
tarihinde VISHAL TIKKU yazdı: > > Hi > Is it throwing any exception firstly please trace that and can you please > elaborate a little about your problem. > > On Monday, December 21, 2015 at 4:08:28 PM UTC+5:30, Cihan KALOĞLU wrote: >> >> Hi, >>

Re: [android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-22 Thread Cihan KALOĞLU
have > implemented this shared preference block > > On Monday, December 21, 2015 at 4:08:28 PM UTC+5:30, Cihan KALOĞLU wrote: >> >> Hi, >> >> I tried all ways how many i know. >> >> That is my code block for test. (MainActivity.onCreate()) >&g

Re: [android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-22 Thread Cihan KALOĞLU
in any other > class where shared preference is getting updated. > > See if it works. > > Happy Coding! > > > > > On 22 December 2015 at 16:24, VISHAL TIKKU <tikku.vis...@gmail.com> wrote: > >> Can you share me the complete code of the class in which you have

Re: [android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-22 Thread Cihan KALOĞLU
he code > ie check for return statement or system.exit or if block is inside any loop > check for break..just dry run it put appropriate debug pointers... > On Dec 22, 2015 6:04 PM, "Cihan KALOĞLU" <attach...@gmail.com> wrote: > >> Thank you. >> Tried completel

[android-developers] SharedPreferences doesn't work for my app but other apps is ok.

2015-12-21 Thread Cihan KALOĞLU
Hi, I tried all ways how many i know. That is my code block for test. (MainActivity.onCreate()) String REMEMBERME_PREF_NAME = "rememberme"; SharedPreferences sharedpreferences = this.getSharedPreferences(REMEMBERME_PREF_NAME, Context.MODE_PRIVATE); if (sharedpreferences.getString("email",