Is it possible that Application.onCreate() get called more than once in the main process of the app? I saw a lot of those happens on Android 7.0 on my app but couldn't figure out any scenario that might happen. Please help!!!
Asked
Active
Viewed 124 times
0
-
Here's what you are looking for: https://stackoverflow.com/questions/12809737/android-application-class-method-oncreate-being-called-multiple-times – g0rdonL May 18 '18 at 00:39
-
We could guess all day about what could be happening, but posting your code could eliminate most of the guessing. – Barns May 18 '18 at 01:20
-
1Possible duplicate of [When does Application's onCreate() method get called?](https://stackoverflow.com/q/7686482/608639) – jww May 18 '18 at 04:07