android - How to make toast (method not resloved) -


toast.maketext(this, "note deleted", toast.length_short).show(); 

why method cannot resloved? following wrong format?

1) sure have imported toast class

2) if it's inside activity, code work.

3) if it's inside fragment, need context show this:

toast.maketext(getactivity(),"note deleted",toast.length_short).show(); 

Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -