[android-developers] Re: Resume my activity from thread

2009-06-01 Thread hina naz
*visit my site and earn more money** * * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/ * *

[android-developers] Re: Resume my activity from thread

2009-05-30 Thread Saurav Mukherjee
what i have understood from your query is that u have implemented the Runnable interface. if u have done so, u have to use an Handler object to get hold of the ui elements... if this does not help u, please explain your problem properly. On Sat, May 30, 2009 at 5:13 PM, fala70 fal...@gmail.com

[android-developers] Re: Resume my activity from thread

2009-05-30 Thread Mark Murphy
fala70 wrote: I've an activity with a Runnable thread into. From a button command I call the camera external application. Into my thread there is a check for news picture file is created. Now I need to resume my activity from my run func. I tried to recall startActivity of my own but

[android-developers] Re: Resume my activity from thread

2009-05-30 Thread fala70
Hi Mark, when your new book on 1.5 sdk ? :-) Mark the problem born around intent ACTION_IMAGE_CAPTURE. Mainly I need to capture an image from camera. I tried to use ACTION_IMAGE_CAPTURE with the follow code: final Intent imageCaptureIntent = new Intent (MediaStore.ACTION_IMAGE_CAPTURE);

[android-developers] Re: Resume my activity from thread

2009-05-30 Thread Mark Murphy
fala70 wrote: Hi Mark, when your new book on 1.5 sdk ? :-) All three books will be updated over the next several weeks, with two being updated within about 10 days. The original Android book will take longest, mostly because I want to get the other two in print. Mainly I need to capture an