xxv / android-lifecycle

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

onPostCreate() not called as shown #27

Open bubenheimer opened 7 years ago

bubenheimer commented 7 years ago

The Activity diagram indicates that onPostCreate() is called regularly after onStart(). However, I am seeing that onPostCreate() seems to be called only once per onCreate(). It is not called again if the Activity calls onStart() again later.