DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Create a Splash Screen to avoid cold start #111

Closed AmaroNeto closed 5 years ago

AmaroNeto commented 6 years ago

When starting the app, a white screen appear and take a long time to show the app. It's because to app appear it's necessary to load all components.

link with this discussion: https://github.com/systers/FirstAide-Android/issues/328 http://saulmm.github.io/avoding-android-cold-starts

PS: it's necessary too put a Lazy approach in Dagger.

AmaroNeto commented 5 years ago

another discussion: https://android.jlelse.eu/the-complete-android-splash-screen-guide-c7db82bce565