Skip to content

ch-ance/Android_Lifecycle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Android_Lifecycle

Requirements

Start with your Image Viewer app override methods for all the activity states so that the system logs each time a state is entered.

Track the activity states

  1. Make a copy of your Image Viewer app.
  2. Override all Activity Lifecycle Methods in each of your Activities.
  3. For each of those, log when the Lifecycle Method is called.
  4. In the log, be sure to include the name of the activity and the name of the state being entered.

Use this.getClass().getSimpleName() to programatically get the name of the current activity being run

Complete Exercises

I know you aren't excited to be doing more worksheets, however, this module requires you to explore and play with the lifecycle to begin to understand it. Go to this form (here)[https://goo.gl/forms/6ETT6uMwuxSqAs8t2] and work through the tasks.

Submit

Send your completed app to your Project Manager.

Challenge

Move the functionality of your app around to match what should be done in each of the app states.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%