[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-05-14 Thread dillirao malipeddi
Please go through API demos In that progress bar examples are give and really help full Thank you On Wed, May 13, 2009 at 12:20 PM, sheik sheik...@gmail.com wrote: Thanks...the above refrence and sample code really helped in understanding threads and UI in android... Now i am looking for

[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-05-13 Thread sheik
Thanks...the above refrence and sample code really helped in understanding threads and UI in android... Now i am looking for progress bar examples whr i can add it and make it enable wen i am sending data to the internet.. Kindly suggest on it... regards, sheik On May 11, 5:19 pm, dillirao

[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-05-11 Thread Sena Gbeckor-Kove
Check out the Android blog, there's a recent post about this and related threading issues with examples. http://android-developers.blogspot.com/2009/05/painless-threading.html Thanks S On 11 May 2009, at 13:53, sheik wrote: Hi.. i am facing similar problem..as i am using network

[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-03-13 Thread dillirao malipeddi
don't do any complex operations like network connection.. etc on main thread for those operations use separate thread if any time taken operations on main thread will cause fource close exception try to keep main thread as simple as possible.. On Fri, Mar 13, 2009 at 5:05 PM, zeeshan

[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-03-13 Thread nagaraj attimani
UI thread should as simple as that.. complex opeartions may lead this kind of issues On Fri, Mar 13, 2009 at 5:05 PM, zeeshan genx...@gmail.com wrote: Hi Android Experts, i am having a force close Dialogue msg for few seconds when i run my application. can anyone tell me why is that and

[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-03-13 Thread Nithin Varamballi
Hi Your code contains small error... Like example if an array out of index.. It does't show any error while compile... When u open that application it will give error... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the