[android-beginners] Messaging between 2 threads

2009-05-21 Thread latha...@gmail.com
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. An activity(say "Activity_X") is setting the view by "setContentView (some "View_Y")". In "Activity_X" i ha

[android-beginners] Query - Android UI/worker threads

2009-05-15 Thread latha...@gmail.com
Hi All This query is regarding android UI & Worker threads. I am writing an application in which I have 1.An Activity with a button in it. On clicking this button, i need to start a new thread which would do some graphics rendering by calling native C calls.(these are loaded in the form of a s