/ Published in: Java
URL: http://developer.android.com/guide/appendix/faq/commontasks.html#alerts
Expand |
Embed | Plain Text
new AlertDialog.Builder(this) .setMessage("There was an error loading data") .setPositiveButton("Ok", null) .show();
You need to login to post a comment.
