Android toast notification is not working -
this question has answer here:
- how display toast in android? 13 answers
i newbie in android , trying create toast notification using code
toast.maketext(context, text, duration).show(true); pls did wrong
try code toast.maketext(context, text, duration).show();
please note caps in show method. , doesn't require true parameter.
Comments
Post a Comment