Android Custom AlertDialog Tutorial Using Kotlin
Whenever you need to show a custom message or alert on your app, then you need an Android custom AlertDialog. It is very easy to learn and implement! You want to show an alert...
Whenever you need to show a custom message or alert on your app, then you need an Android custom AlertDialog. It is very easy to learn and implement! You want to show an alert...
Another cool component is the Android Time Picker for developers who want to input a time such as hour and minute. It does not hurt you a lot if you want to learn how...
Android Date Picker is one of the important components of Android development. If you need something like selecting a date to input, so you’re gonna need a Date Picker dialog. In this post, you’ll...
More