[android-beginners] Re: Messaging between 2 threads

2009-05-21 Thread Cass Surek
LunarLander example does exactly that... On May 21, 8:57 am, "latha...@gmail.com" wrote: > Hi All > > I am writing an application in which i need to handle messages between > the main thread(the deafult UI related thread) and the user created > Gamethread. > > The requirement is like this. > > A

[android-beginners] Re: Messaging between 2 threads

2009-05-21 Thread Mark Murphy
Please do not post several messages across two lists in a very short period of time. All you do is irritate those who might help you. > I am writing an application in which i need to handle messages between the > main thread(the deafult UI related thread) and the user created > Gamethread. Are y