I need to know if there is ever an instance when onResume will be called before onCreate has been called at least once. Thanks.
onResume
onCreate
Edit: Judging b
onResume() will never be called before onCreate().
onResume()
onCreate()
Read more about it in the Activity Lifecycle