On Sat, Feb 14, 2009 at 10:21 AM, automerc <[email protected]> wrote: (...)
> //starting temp and finishing the > current activity > Q_end temp = new Q_end(); > temp.startActivity(null); That's not how you start a new activity. Please see the documentation at http://developer.android.com/reference/android/content/Context.html#startActivity(android.content.Intent) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

