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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -