Create Simple Alert Dialogue in Java | android
Alert Dialogue can be used to display any message to the user or take user choices for some task .
Let's see how we can use it in our code. But before that, we need to have our environment ready.
Pre-requisite:
JDK installed if you want to code in ...
codengocool.hashnode.dev2 min read