[android-developers] Re: Returning to Previous Activity from a network camera activity

2009-10-23 Thread shobhit kasliwal
Thanks for your help. I got the solution for this problem. I was running 2 threads in Parallel one in the first activity and second in the second activity and when I was finishing the second activity the Threads causing a deadlock. Thanks Shobhit On Fri, Oct 23, 2009 at 5:52 AM, Mark Murphy wro

[android-developers] Re: Returning to Previous Activity from a network camera activity

2009-10-23 Thread Mark Murphy
Shobhit Kasliwal wrote: > I am getting back to previous activity with finish() but I am not able > to do any event on it. What does this mean? > When I check the logcat it is saying " No > window to dispatch at Pointer 1 and 0. I trust that LogCat is providing much more information than just t