I'm a new developer and I'm working with a game for Android. The game
runs smoothly in USB debugging mode and I have just coded the
interface and some touch effects to it. However, after about 20
seconds of running the program it shuts itself down. First it displays
the white color drawn with "canvas.drawColor(Color.WHITE);" in my
onDraw function. After it the game just closes down with no notable
effects or results.

My game has been made based on this code
http://www.droidnova.com/playing-with-graphics-in-android-part-ii,160.html.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to