Hi all,

The subject says it all, just curious if I've missed something or does
displaying a quick warning to the user require code such as the
following;

Dialog msg = new AlertDialog.Builder(Login.this)
.setPositiveButton("OK", null)
.setMessage("Please enter both login name and password")
.create();
msg.show();

Cheers ;-)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to