I have a location listener activity and I want to make toast notifications. But it will not let me pass this as the context. How should I make toast work?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
If the toast is located inside your activity class, you could yous |
|||
|
|
|
You can use For example:
|
|||||||
|
|
It sounds like you are in an inner class in the Activity. If thats the case, try ActivityName.this. |
|||
|
|
|
For example, if you have a listener with a method called "onComplete" inside it, this code should work.
That should do it. |
|||
|
|
The method makeText(Context, CharSequence, int) in the type Toast is not applicable for the arguments (mylocationlistener, String, int)– Seth Hikari Apr 12 '11 at 20:26