posted 11 years ago
Hello
I have an activity with timer in background that works all the time... When clicking on a button, new activity starts and shows on the screen, or that is how it should be. When i click on button, app i think freezes, and then logcat shows key dispatching timedout error, and forces app shutdown. On internet i found that maybe threading could be problem, so i implemented threads for all listeners, but it still doesnt work. What could be the problem? Here is the code for that.
this is in onCreate() method
Also, i have an exit button that sometimes work, and sometimes it gets me the same error...