Android toast notification is not working -


this question has answer here:

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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -