On Friday, August 19, 2011 12:27:04 PM UTC-4, Sudheer wrote:
>
> If you can do with Java solution, then on Java side after calling 
> handler.sendMessage() call wait() & once the dialog is dismissed call 
> notify() (of course making sure to wait() & notify() on the same object). 
> Alternatively you could use CyclicBarrier or CountDownLatch in the 
> java.util.concurrent package. Hope that helps.


Yes, and there are similar mechanism in the native pthread library (which 
the above java capabilities may well be built upon)

 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to