[android-developers] Inside the device settings there is a option to manage application data.how i can prevent the user to delete my application data.

2013-11-24 Thread 12169
Hi, I want to safe my application data so that user can not delete it from device settings . e.g we can delete application data from settings/app/manage application. I Have found some application in which clear data button is disable inside the device settings. -- You received this message

[android-developers] Re: new earnings report in developer console broken?

2013-11-24 Thread mot12
Update: As of today, clicking on the latest report now gives me an option to download either of two files, the 366 byte version mentioned above and a newer version, which seems to be complete. I don't know if this happened as a result to my posting here (ha, ha, that was funny) or if Google

[android-developers] Shared object model between Android and server applications

2013-11-24 Thread Andrew Mackenzie
I have done this in the past, sharing model clssses between J2ME, Android and AppEngine projects. You need a project with *pure* java classes that dont reference Android nor you server side classes. This is done in GWT (for web) for example. Checking your list of imports in those classes can

[android-developers] Re: Passing the design for tablets checks (dev console optilmization tips)

2013-11-24 Thread b0b
On Sunday, 24 November 2013 01:03:24 UTC+1, Nathan wrote: Where is this appeal form? https://support.google.com/googleplay/android-developer/contact/tabletq -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Inside the device settings there is a option to manage application data.how i can prevent the user to delete my application data.

2013-11-24 Thread TreKing
On Sun, Nov 24, 2013 at 2:21 AM, 12169 ashish.a...@gmail.com wrote: I Have found some application in which clear data button is disable inside the device settings. http://lmgtfy.com/?q=android+disable+clear+data

Re: [android-developers] Networking issues in idle mode

2013-11-24 Thread James W.
I heard that some devices allow app in background communicate but some devices not 在 2013-11-25 AM6:55,pierre pierre.rou...@gmail.com写道: I am having networking issues in idle mode (when the screen is off). I have attached a test program called BeepTester, in order to explain my difficulties.

[android-developers] Re: Introspecting Android style in code

2013-11-24 Thread Piren
use this method instead http://developer.android.com/reference/android/content/Context.html#obtainStyledAttributes(int, int[]) On Saturday, November 23, 2013 6:09:22 PM UTC+2, Y2i wrote: I have a style style name=MyText item name=android:textColor#8080/item item