Top "Android-toast" questions

A Toast is a momentary popup in Android which provides simple feedback about an operation.

Android: MVVM is it possible to display a message (toast/snackbar etc.) from the ViewModel

I want to know what is the best approach to display some sort of message in the view from the …

android-toast android-snackbar android-mvvm
Display two Toast messages at once?

I would like one Toast message to display in one location and a different Toast message to display in another …

android toast android-toast
Showing toasts from a non-activity class. Ploblem setting the context to the toast

Spoiler: this post may contain something stupid due to being used to C and new to Java programming There is …

java android android-toast
Toast message not shown

I am trying to show a toast message in my application using the following code. AlertDialog.Builder alert = new AlertDialog.…

android android-ui toast android-toast