[android-developers] Re: Toast message not displayed

2010-08-05 Thread Flying Coder
Hi Nikki, Toast's need to happen on the main UI thread. Slightly different situation, but you may find this thread useful: http://groups.google.com/group/android-developers/browse_thread/thread/8fe7d6a776f5f2fb/a9ecf18a32891cab#a9ecf18a32891cab Cheers, Steve On Aug 5, 8:48 am, nikki wrote

[android-developers] Re: Toast message not displayed

2010-08-05 Thread nikki
hi Flying Coder Thanks for the suggestion. In my case i don't want to make change to actual Service class because in normal application run the Toast message is being displayed properly. But when i start the service from my test class, it give me such problem. On Aug 6, 5:07 am, Flying Coder wr

Re: [android-developers] Re: Toast message not displayed

2010-08-05 Thread nikhilesh singh tak
hi Flying Coder Thanks for the suggestion. In my case i don't want to make change to actual Service class because in normal application run the Toast message is being displayed properly. But when i start the service from my test class, it give me such problem. On Fri, Aug 6, 2010 at 5:37 AM, Fly

Re: [android-developers] Re: Toast message not displayed

2010-08-05 Thread nikhilesh singh tak
hi Flying Coder Thanks for the suggestion. In my case i don't want to make change to actual Service class because in normal application run the Toast message is being displayed properly. But when i start the service from my test class, it give me such problem. On Fri, Aug 6, 2010 at 5:37 AM, Fly