HW2 - Ghebrehiwet/AndroidAboutG GitHub Wiki

This week you've learned about the Activity lifecycle and using Intents to start activities.

We'll put this into practice by adding a new screen to your app and passing information to it from the main screen, as described in these two exercises:

https://developer.android.com/training/basics/firstapp/building-ui.html (Links to an external site.) https://developer.android.com/training/basics/firstapp/starting-activity.html (Links to an external site.) Modify text and activity names according to the topic of your application.

In your second activity, add methods to log debug information for each lifecycle event. See guidance on adding debug commands here:

https://developer.android.com/studio/debug/index.html