Today we are going to discuss how to Show Loading Dialog in Kotlin anywhere in the application with a simple utility class. You can add this Utility Class to Show Loading Dialog in the Kotlin project. You can simply copy and paste the code into your class and use it right out of the box. […]
Show Alert Dialog With an Input Field (EditText) in Android Kotlin
Today we are going to discuss how to show an alert dialog with an input field (EditText) in Android Kotlin. In this article, you will learn a lot about an AlertDialog. Description Actually Android doesn’t have the built-in dialog to do this. Fortunately, this is just a little extra work on top of creating a […]