Using Alert Dialog in Android Studio – Tutorial

Simple-AlertDialog-In-AndroidStudio

Alert Dialog is used very often when building applications. Usually, it is used to warn a user about an action he is about to take. Most of the time, those action are critical and irreversible, before deleting something for example. A simple Alert Dialog in Android Studio would show the title, a warning or explanation … Read more

Loading