java - Android: Getting user input (Soft keys) on a new thread -
i cant seem soft keys input work while main ui on new thread. want make when hit soft key toast or something.
source code: http://pastebin.com/8gh41j9c
thanks!
while main ui on new thread
the "main ui" never on "a new thread". "main ui" not on "a new thread" in code linked to.
i want make when hit soft key toast or something.
override onbackpressed() android 2.x devices.
Comments
Post a Comment