[android-developers] What uniquely identifies an application?

2009-04-03 Thread jgf1979
I have developed two games, but when i try and install the second it replaces the first. In other words, Android belives the two games to be the same application. I have tried to find out this information, but my question is: what uniquely identifies an Android application? What is Android look

[android-developers] Re: Touch screen slowdown

2009-03-27 Thread jgf1979
It's actually a conversion from a J2ME game and not one that otherwise requires a lot of performance. I have tried using wait() and notify() as suggestion in the thread you mention but i have found that since i am using postInvalidate() to repaint the View then it sometimes skips painting frames.