Dialogs

A collection of 105 posts

Kotlin suspendable dialogs for android

Android Suspendable Dialogs A helper library for Android to display Dialogs by suspending the coroutine till finish of the dialog. Installation allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } dependencies { implementation 'com.github.
06 October 2021