posted 11 years ago
I created two packages, one "com.application.login.Login" contains the login class it is an activity, and the other "com.application.activity.MainActivity" the Mainactivity it's also an activity.
The launcher activity is the Login then when i clicked on button "Login" the MainActivity appears, i haven't problem in this step but ,
when i pressed a button in the mainactivity to return to the Login interface, the logcat display an error :
Here's the AndroidManifest.xml:
Here's the code :