Wednesday, April 17, 2013

Toast tutorial for Android

Here's a quick example of how to create a toast in an Android application.

Toast.makeText(this,"this is text I'm toasting",Toast.Length_SHORT).show();

That's it.

Now, check out my World War II Trivia game available on Amazon and Google Play.

No comments:

Post a Comment