Android Tutorial 56 - Let's Raise a Toast

Published: 25 March 2014
on channel: Code Here Now
529
1

This is an excerpt from Learn by Doing - Android for Beginners on Udemy.
https://www.udemy.com/learn-by-doing-...

You'll learn how to raise a Toast from this video.

Things to Remember
-----------------------------
1. A Toast is a quick and unobtrusive way to display short messages to users.

2. Create a Toast instance using the Toast.makeText(Context, CharSequence, int) method.

3. Display the Toast to the user using the Toast.show() method.

4. Toast.LENGTH_LONG keeps the Toast on the screen for 3.5 seconds.

5. Toast.LENGTH_SHORT keeps the Toast on the screen for 2 seconds.


Watch video Android Tutorial 56 - Let's Raise a Toast online without registration, duration hours minute second in high quality. This video was added by user Code Here Now 25 March 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 529 once and liked it 1 people.