breautek commented on issue #1510:
URL: 
https://github.com/apache/cordova-android/issues/1510#issuecomment-1335238457

   I'm **pretty** confident based on my reading and understanding of the ANR 
that what I described is accurate.
   
   This section on the Android [splashscreen 
docs](https://developer.android.com/develop/ui/views/launch/splash-screen/migrate#remove_the_custom_splash_screen_activity)
 also states loading up what is truely necessarily to launch the app, and then 
lazy load all the other app modules later.
   
   > Lazy load your components, modules, or libraries: Avoid loading or 
initializing components or libraries that are not required for the app to work 
at launch, and load them later when the app needs it.
   >
   >If your app truly needs a component to work properly, load it only when 
it’s really needed and not at launch time, or use a background thread to load 
it after the app has started. Try to keep your Application onCreate() as light 
as possible.
   
   If you find that it does not help after Construct 3 team provides the 
feature, then don't hesitate to let me know and we can reopen this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to