You can use AlertDialog class that existed since API level 1. It is the easiest way to display important information to your user.
AlertDialog.Builder builder =new AlertDialog.Builder(this);
How to display message box in android?
Reviewed by Admin
on
12:49 AM
Rating:
No comments: