Why wont my toast show in my Android app?

SBTlauien

Beta member
Messages
5
I get an error in my IDE.

Code:
Toast.makText(getActivity(), "SUP", Toast.LENGTH_LONG).show();
 
Last edited by a moderator:
spell make correctly and it will show up.


same as spell script correctly when writing javascript and spell html correctly when writing HTML.
 
I would recommend scoping out W3C schools. Lots of good low and high level programing advice and instruction.
 
Back
Top Bottom