android

android

How to add a tooltip to a button in Android

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.

Read
android

How to create an alert dialog with multiselection in Android(Kotlin)

Learn 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.

Read
android

How to create an alert dialog with a list in Android(Kotlin)

Learn how to create a list alert dialog in Android. The alert dialog will show a list of items those can be clickable.

Read
android

Learn to create a simple Alert Dialog in Android using Kotlin

Learn 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