How to display message box in android?

NewImage

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? How to display message box in android? Reviewed by Admin on 12:49 AM Rating: 5

No comments:

Powered by Blogger.