How to write Toast message in Android I just started learning Android development
what is the right way to write Toast message in java Android
For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Just kidding, it's a personal preference. But you can change your theme, font, etc. in your settings.
The more you know. ๐
kaede -
Harsh Rajpal -
Wojtek Krzywiec -
Ethan -
Once suspended, sunnythakr will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, sunnythakr will be able to comment and publish posts again.
Once unpublished, all posts by sunnythakr will become hidden and only accessible to themselves.
If sunnythakr is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Sunny k.thakur .
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community ๐ฉโ๐ป๐จโ๐ป safe. Here is what you can do to flag sunnythakr:
Unflagging sunnythakr will restore default visibility to their posts.
Top comments (3)
You haven't given context in your code. Try this:
If you want to make your
Toast
appear for a long time then replaceLENGTH_SHORT
withLENGTH_LONG
.Read more about
Toast
and its alternatives at developer.android.com/guide/topics....You can also use getApplicationContext() instead of MainActivity.this
Thanks Dibas