xxv / android-lifecycle

A diagram of the Android Activity / Fragment lifecycle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onPostCreate() not called as shown

bubenheimer opened this issue · comments

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.