/ Published in: Java
Show alert dialog in Android
Expand |
Embed | Plain Text
new AlertDialog.Builder(this).setMessage("").setPositiveButton("", null).show();
You need to login to post a comment.
noloman on 02/14/13
1 person have marked this snippet as a favorite
Show alert dialog in Android
new AlertDialog.Builder(this).setMessage("").setPositiveButton("", null).show();
You need to login to post a comment.