Hello,

I am playing around with the code in this tutorial:

http://www.anddev.org/basic_and_simple_2d_drawing_-_animation-t3085.html

The problem is I cannot end this activity and start a new one. I know
for XML views you would use this:

    finish();
    startActivity(new Intent(this, MenuActivity.class));

This does not work for canvas views though. Could someone please tell
me how I would be able to finish a canvas view and start a new
activity?

Thanks.

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

Reply via email to