Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 352 Bytes

File metadata and controls

15 lines (10 loc) · 352 Bytes

week03-ActivityLifecycle-state

MyActivityLife

Sample code logging main activity lifecycle methods Main activity does not save state Secondary activity does save state

Use of logcat to watch the logging

adb logcat -s LIFECYC

adb logcat -s LIFECYC2

Take this code and modify it to have Activity2 launch Activity3 experiment and see what happens