In my app, I construct a calendar widget for my activity, when I scroll it to previous or next month, I let it make a toast and show it.
The question is, the toast n
You can reuse a toast, this will make it display immediately.
myToast.setText(toastMsg); myToast.show();