xxv / android-lifecycle

A diagram of the Android Activity / Fragment lifecycle
5.26k stars 681 forks source link

Activity Lifecycle - onNewIntent #6

Open blundell opened 10 years ago

blundell commented 10 years ago

onNewIntent is not mentioned in the diagram at all

slightfoot commented 10 years ago

This might provide some helpful hints.

See deliverNewIntents() https://github.com/android/platform_frameworks_base/blob/master/core/java/android/app/ActivityThread.java#L2350

See performNewIntents() https://github.com/android/platform_frameworks_base/blob/master/core/java/android/app/ActivityThread.java#L2361

xxv commented 10 years ago

The question is whether this can be added to the diagram without too much clutter.

jeffdav commented 8 years ago

The title is "The Complete Android Activity/Fragment Lifecycle". I feel leaving it out makes it incomplete. I'm already printing this thing on 18" x 24" paper at Kinkos, so feel free to clutter it up.