touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

Add error handling: Showing white screen when network connection fails #47

Closed mreichelt closed 4 years ago

mreichelt commented 4 years ago

When starting KaMPKit on an Android emulator that has lost its Internet connection, KaMPKit simply shows a white screen:

Screenshot_1581636670

This is weird, especially for newcomers. Also, I think it would be good practice if we could handle errors gracefully - and show a Snackbar on Android for example with a nice error message.