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

2015-12-22 Thread Cihan KALOĞLU
Hi Vishal,

That code block for SharedPreferences example.
It always run for every app. Tried that many times everthing is ok.
However it does not working in my existing app.

I checked many different way but it didn't.

I looking for what is wrong with my app?


22 Aralık 2015 Salı 09:20:09 UTC+2 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,
>>
>> 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", "").equals("")) {
>> Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
>> SharedPreferences.Editor editor = sharedpreferences.edit();
>> editor.clear();
>> editor.putString("email", "REMEMBERED");
>> editor.commit();
>> }
>> Log.d("SHARED PREF", "onCreate() returned: " + 
>> sharedpreferences.getString("email", ":("));
>>
>>
>>
>>
>> This code working for all new apps or other existing apps but it still 
>> doesn't work for my app.
>>
>> What is wrong with my app?
>>
>> Could anybody help me?
>>
>> Thank you.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c13ce66b-4639-4922-85c0-a4fd361cf9d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-12-22 Thread Cihan KALOĞLU
It is not just a class. It's big bussines app.
I tries diffrent clas but doesnot work.
Sorry i can't share app source it's not mine.
22 Ara 2015 13:00 tarihinde "VISHAL TIKKU"  yazdı:

> Can you share me the complete code of the class in which you 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())
>>
>> String REMEMBERME_PREF_NAME = "rememberme";
>> SharedPreferences sharedpreferences = 
>> this.getSharedPreferences(REMEMBERME_PREF_NAME, Context.MODE_PRIVATE);
>> if (sharedpreferences.getString("email", "").equals("")) {
>> Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
>> SharedPreferences.Editor editor = sharedpreferences.edit();
>> editor.clear();
>> editor.putString("email", "REMEMBERED");
>> editor.commit();
>> }
>> Log.d("SHARED PREF", "onCreate() returned: " + 
>> sharedpreferences.getString("email", ":("));
>>
>>
>>
>>
>> This code working for all new apps or other existing apps but it still
>> doesn't work for my app.
>>
>> What is wrong with my app?
>>
>> Could anybody help me?
>>
>> Thank you.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/1eae2e6c-3c7c-4208-915b-207bc0fecc4d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFiLrC7eNmMevWsr7f7%3D0C%2BSfB0PpP6DkTavUGbNw1KKrM%3DNDA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-12-22 Thread VISHAL TIKKU
Can you share me the complete code of the class in which you 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())
>
> String REMEMBERME_PREF_NAME = "rememberme";
> SharedPreferences sharedpreferences = 
> this.getSharedPreferences(REMEMBERME_PREF_NAME, Context.MODE_PRIVATE);
> if (sharedpreferences.getString("email", "").equals("")) {
> Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
> SharedPreferences.Editor editor = sharedpreferences.edit();
> editor.clear();
> editor.putString("email", "REMEMBERED");
> editor.commit();
> }
> Log.d("SHARED PREF", "onCreate() returned: " + 
> sharedpreferences.getString("email", ":("));
>
>
>
>
> This code working for all new apps or other existing apps but it still 
> doesn't work for my app.
>
> What is wrong with my app?
>
> Could anybody help me?
>
> Thank you.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1eae2e6c-3c7c-4208-915b-207bc0fecc4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-12-22 Thread Cihan KALOĞLU
Thank you.
Tried completely same step.

But it working with all other apps new or existing.
Just not working with my app.
22 Ara 2015 14:14 tarihinde "VISHAL TIKKU"  yazdı:

> Its okay no issues.Test case to test this functionality are as
>  follows:
> 1. In your code write an else block in which provide a toast message and
> also in your if block provide a different toast message.
> 2. Clear yours app's cache and data from settings of the phone.
> 3. Run your code and see if toast comes from if block first.
> 4. Close your app and run it again see if toast is coming from else block.
>
> if points 3 & 4 is achieved then there is no problem in your code, if else
> block is getting executed when you run your app for the first time find
> whether your shared preference "rememberme"  is been used 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  wrote:
>
>> Can you share me the complete code of the class in which you 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())
>>>
>>> String REMEMBERME_PREF_NAME = "rememberme";
>>> SharedPreferences sharedpreferences = 
>>> this.getSharedPreferences(REMEMBERME_PREF_NAME, Context.MODE_PRIVATE);
>>> if (sharedpreferences.getString("email", "").equals("")) {
>>> Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
>>> SharedPreferences.Editor editor = sharedpreferences.edit();
>>> editor.clear();
>>> editor.putString("email", "REMEMBERED");
>>> editor.commit();
>>> }
>>> Log.d("SHARED PREF", "onCreate() returned: " + 
>>> sharedpreferences.getString("email", ":("));
>>>
>>>
>>>
>>>
>>> This code working for all new apps or other existing apps but it still
>>> doesn't work for my app.
>>>
>>> What is wrong with my app?
>>>
>>> Could anybody help me?
>>>
>>> Thank you.
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Android Developers" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> android-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to android-developers@googlegroups.com.
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/1eae2e6c-3c7c-4208-915b-207bc0fecc4d%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CAJK-5s_jvq_BF8ETYpLLjcpFu_-NjeoU0ohrsGW%2BQK9zwgCHXw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFiLrC5r3mOUJmFUuV2t4ZJgSox5Wn%2BP--NS%2B%3DXZaJ03Qr5K6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-12-22 Thread VISHAL TIKKU
Then there can only be one case that is preventing execution of the 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"  wrote:

> Thank you.
> Tried completely same step.
>
> But it working with all other apps new or existing.
> Just not working with my app.
> 22 Ara 2015 14:14 tarihinde "VISHAL TIKKU"  yazdı:
>
>> Its okay no issues.Test case to test this functionality are as
>>  follows:
>> 1. In your code write an else block in which provide a toast message and
>> also in your if block provide a different toast message.
>> 2. Clear yours app's cache and data from settings of the phone.
>> 3. Run your code and see if toast comes from if block first.
>> 4. Close your app and run it again see if toast is coming from else block.
>>
>> if points 3 & 4 is achieved then there is no problem in your code, if
>> else block is getting executed when you run your app for the first time
>> find whether your shared preference "rememberme"  is been used 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 
>> wrote:
>>
>>> Can you share me the complete code of the class in which you 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())

 String REMEMBERME_PREF_NAME = "rememberme";
 SharedPreferences sharedpreferences = 
 this.getSharedPreferences(REMEMBERME_PREF_NAME, Context.MODE_PRIVATE);
 if (sharedpreferences.getString("email", "").equals("")) {
 Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
 SharedPreferences.Editor editor = sharedpreferences.edit();
 editor.clear();
 editor.putString("email", "REMEMBERED");
 editor.commit();
 }
 Log.d("SHARED PREF", "onCreate() returned: " + 
 sharedpreferences.getString("email", ":("));




 This code working for all new apps or other existing apps but it still
 doesn't work for my app.

 What is wrong with my app?

 Could anybody help me?

 Thank you.

>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Android Developers" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> android-developers+unsubscr...@googlegroups.com.
>>> To post to this group, send email to android-developers@googlegroups.com
>>> .
>>> Visit this group at https://groups.google.com/group/android-developers.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/android-developers/1eae2e6c-3c7c-4208-915b-207bc0fecc4d%40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Android Developers" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> android-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to android-developers@googlegroups.com.
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/CAJK-5s_jvq_BF8ETYpLLjcpFu_-NjeoU0ohrsGW%2BQK9zwgCHXw%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> 

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

2015-12-22 Thread Cihan KALOĞLU
If I didn't kill app. Its seems ok.
Shared preferences object has "email".

When I killed app, Shared preferences empty.
22 Ara 2015 15:08 tarihinde "VISHAL TIKKU"  yazdı:

> Then there can only be one case that is preventing execution of the 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"  wrote:
>
>> Thank you.
>> Tried completely same step.
>>
>> But it working with all other apps new or existing.
>> Just not working with my app.
>> 22 Ara 2015 14:14 tarihinde "VISHAL TIKKU" 
>> yazdı:
>>
>>> Its okay no issues.Test case to test this functionality are as
>>>  follows:
>>> 1. In your code write an else block in which provide a toast message and
>>> also in your if block provide a different toast message.
>>> 2. Clear yours app's cache and data from settings of the phone.
>>> 3. Run your code and see if toast comes from if block first.
>>> 4. Close your app and run it again see if toast is coming from else
>>> block.
>>>
>>> if points 3 & 4 is achieved then there is no problem in your code, if
>>> else block is getting executed when you run your app for the first time
>>> find whether your shared preference "rememberme"  is been used 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 
>>> wrote:
>>>
 Can you share me the complete code of the class in which you 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())
>
> String REMEMBERME_PREF_NAME = "rememberme";
> SharedPreferences sharedpreferences = 
> this.getSharedPreferences(REMEMBERME_PREF_NAME, Context.MODE_PRIVATE);
> if (sharedpreferences.getString("email", "").equals("")) {
> Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
> SharedPreferences.Editor editor = sharedpreferences.edit();
> editor.clear();
> editor.putString("email", "REMEMBERED");
> editor.commit();
> }
> Log.d("SHARED PREF", "onCreate() returned: " + 
> sharedpreferences.getString("email", ":("));
>
>
>
>
> This code working for all new apps or other existing apps but it still
> doesn't work for my app.
>
> What is wrong with my app?
>
> Could anybody help me?
>
> Thank you.
>
 --
 You received this message because you are subscribed to a topic in the
 Google Groups "Android Developers" group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 To post to this group, send email to
 android-developers@googlegroups.com.
 Visit this group at https://groups.google.com/group/android-developers.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/android-developers/1eae2e6c-3c7c-4208-915b-207bc0fecc4d%40googlegroups.com
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Android Developers" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> android-developers+unsubscr...@googlegroups.com.
>>> To post to this group, send email to android-developers@googlegroups.com
>>> .
>>> Visit this group at https://groups.google.com/group/android-developers.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/android-developers/CAJK-5s_jvq_BF8ETYpLLjcpFu_-NjeoU0ohrsGW%2BQK9zwgCHXw%40mail.gmail.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Android Developers" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> 

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

2015-12-22 Thread VISHAL TIKKU
Its okay no issues.Test case to test this functionality are as
 follows:
1. In your code write an else block in which provide a toast message and
also in your if block provide a different toast message.
2. Clear yours app's cache and data from settings of the phone.
3. Run your code and see if toast comes from if block first.
4. Close your app and run it again see if toast is coming from else block.

if points 3 & 4 is achieved then there is no problem in your code, if else
block is getting executed when you run your app for the first time find
whether your shared preference "rememberme"  is been used 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  wrote:

> Can you share me the complete code of the class in which you 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())
>>
>> String REMEMBERME_PREF_NAME = "rememberme";
>> SharedPreferences sharedpreferences = 
>> this.getSharedPreferences(REMEMBERME_PREF_NAME, Context.MODE_PRIVATE);
>> if (sharedpreferences.getString("email", "").equals("")) {
>> Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
>> SharedPreferences.Editor editor = sharedpreferences.edit();
>> editor.clear();
>> editor.putString("email", "REMEMBERED");
>> editor.commit();
>> }
>> Log.d("SHARED PREF", "onCreate() returned: " + 
>> sharedpreferences.getString("email", ":("));
>>
>>
>>
>>
>> This code working for all new apps or other existing apps but it still
>> doesn't work for my app.
>>
>> What is wrong with my app?
>>
>> Could anybody help me?
>>
>> Thank you.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/mE6_1xjrmj8/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/1eae2e6c-3c7c-4208-915b-207bc0fecc4d%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJK-5s_jvq_BF8ETYpLLjcpFu_-NjeoU0ohrsGW%2BQK9zwgCHXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-12-21 Thread VISHAL TIKKU
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,
>
> 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", "").equals("")) {
> Log.d("SHARED PREF", "onCreate() returned: " + "CAN'T REMEMBER");
> SharedPreferences.Editor editor = sharedpreferences.edit();
> editor.clear();
> editor.putString("email", "REMEMBERED");
> editor.commit();
> }
> Log.d("SHARED PREF", "onCreate() returned: " + 
> sharedpreferences.getString("email", ":("));
>
>
>
>
> This code working for all new apps or other existing apps but it still 
> doesn't work for my app.
>
> What is wrong with my app?
>
> Could anybody help me?
>
> Thank you.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/543a3dde-a0f4-4ce8-9db2-4df9e1a4e2f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.