android-lifecycle icon indicating copy to clipboard operation
android-lifecycle copied to clipboard

Activity Lifecycle - onNewIntent

Open blundell opened this issue 10 years ago • 3 comments

onNewIntent is not mentioned in the diagram at all

blundell avatar May 29 '14 13:05 blundell

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

slightfoot avatar Jun 04 '14 13:06 slightfoot

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

xxv avatar Aug 18 '14 14:08 xxv

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.

jeffdav avatar Feb 22 '16 20:02 jeffdav