Android Studio: Toast and Log code

Published: 11 September 2021
on channel: Thomas Blum
73
0

In this video we show the kotlin code for a Toast and a Log. A Toast is a temporary message that "pops" up that is seen by the user. It can convey a status, possibly an error, to a user. It does not require an interaction from the user. The Log is "behind the scenes" in Android Studio and is used by a code to watch progress and look for errors. Both the Toast and Log classes must be imported. When the code is first typed, "Log" and/or "Toast" appears in red. Placing the cursor in the red text and clicking Alt-Enter will prompt the user to import the coresponding class and will add the classes to the import list for one.


Watch video Android Studio: Toast and Log code online without registration, duration hours minute second in high quality. This video was added by user Thomas Blum 11 September 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 73 once and liked it 0 people.