blog @ little drops @ thiyagaraaj.com
programming drops from me
Pages
Home
About Me
Recommended Websites
Articles
OS Websites
Browser & OS Info
Wednesday, March 14, 2012
Message In Android Using Toast
Function :
public void Message(String Msg)
{
Toast.makeText(AndroidExample.this, Msg.toString(), Toast.LENGTH_SHORT).show();
}
Calling Method:
Message("Hai");
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment