Name: CodeZombie 2010-09-04 3:58
>Start android game project
>make a cool little base for a simple game project
>impliment touch screen events
>lags like a motherfucker whenever i touch the screen
>research the problem, and find out that google doesnt have any kind of threshold to touch events, so the listener is completely flooded and the only thing you can do is put it in a highly controlled thread.
>I don't even know how to threading
>get discouraged
Fuck you, google.
>make a cool little base for a simple game project
>impliment touch screen events
>lags like a motherfucker whenever i touch the screen
>research the problem, and find out that google doesnt have any kind of threshold to touch events, so the listener is completely flooded and the only thing you can do is put it in a highly controlled thread.
>I don't even know how to threading
>get discouraged
Fuck you, google.