Im developing an android Game.In this game There are tracks on which trains runs. This is running thread. I want to show alertdialog when there is collision between . when im applying alertdialog showing error can't create handler inside thread that has not called looper.prepare().
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You must need to create |
|||
|
|
|
its help you
|
|||
|
|
You have to show your dialog on UI thread like below
|
|||
|
|
|
You can create an handler in Activity Class, and can invoke sendMessage to that handler object. Write code to display alert in handleMessage method of Handler, for Example: Activity Class
|
|||
|
|
|
You can use Handlers to do this work.
|
|||||
|
|
