[Solved] Android -passing intents between activities


Did you specify the 2nd activity you are using to the AndroidManifest.xml file ? By doing so, you’ll let the system know that you are using it. see : http://developer.android.com/guide/topics/fundamentals/activities.html

1

solved Android -passing intents between activities