Learn how to add a tooltip to a view in Android. Tooltip is a helper text that is appeared on long press a view in Android 8 and above.
ReadLearn how to create a multi-selection alert dialog in Android using kotlin. The alert dialog will show a list of items those can be selectable.
ReadLearn how to create a list alert dialog in Android. The alert dialog will show a list of items those can be clickable.
ReadLearn how to create a simple alert dialog in Android using Kotlin. This post will show you how to use AlertDialog class to create dialog box in Android.
Read