Re: [android-developers] Re: How to start again if some third party task killer has killed my app ?

2013-03-24 Thread Piren
Actually you should take his suggestion, as it can also solve your issue. Obviously something is wrong when the app is relaunched, you can use that missing information to understand you need to restart your app (i.e, if it crashes because the user login details are missing, just reset the app

[android-developers] Re: Retreive Special characters from sqlite files.

2013-03-24 Thread Piren
You're not getting any results because those are two different characters. I'm not familiar enough with how UTF8 handles accents, so i'm not aware of any tricks to circumvent this issue easily, but there is a simple solution: if you want to keep the search fast, keep a non-accented version of

[android-developers] Description at Play is not updating

2013-03-24 Thread Rakesh Jha
I updated few description of my apps, but it is not updating, but updated info is showing on my Dashboard. For example - * Previous info :-* Store Contacts details from SMS Format – save Example – save91 99 it will store this no to your mobile through SMS with name Rakesh *Updated thr

[android-developers] Re: Description at Play is not updating

2013-03-24 Thread John Coryat
I've seen it typically between instantly (years ago) to several hours. I'm guessing the delay has to do with propagation. -John Coryat On Sunday, March 24, 2013 2:35:49 PM UTC-5, RKJ (Android developer) wrote: I updated few description of my apps, but it is not updating, but updated info is

Re: [android-developers] Re: Description at Play is not updating

2013-03-24 Thread Rakesh Jha
Thanks John, But I updated long back around month back. Rakesh On Mon, Mar 25, 2013 at 1:23 AM, John Coryat cor...@gmail.com wrote: I've seen it typically between instantly (years ago) to several hours. I'm guessing the delay has to do with propagation. -John Coryat On Sunday, March 24,

[android-developers] Re: App works on Samsung Galaxy Note ONLY when I debug it with eclipse

2013-03-24 Thread Mario Giammarco
Can no one help me? Is there a thread problem in asynctask? Il giorno mercoledì 20 marzo 2013 10:03:35 UTC+1, Mario Giammarco ha scritto: Hello, I have written an Android app that uses fusesource stompjms client. The app connect to a server with stompjms. I am using AsyncTask for network

Re: [android-developers] Re: App works on Samsung Galaxy Note ONLY when I debug it with eclipse

2013-03-24 Thread Kostya Vasilyev
If I were to guess, I'd say there might be a thread race issue, and the debug build works because of slower performance (== different timing of events in the app). When it hangs, use the Eclipse DDMS perspective to attach the debugger (select the device, then your app on it, then tap the green

[android-developers] Re: Context sub-menu opened-closed-reopened by itself!?

2013-03-24 Thread 3c
No one to tell me what I'm doing wrong? Tried to use different context menu, one item of a context menu triggering another openContextMenu, but then sub-menu closes with parent menu completely. Any help would be appreciated. -- -- You received this message because you are subscribed to the