Published
- 1 min read
java android show toast
The solution for this is noted below
java android show toast
Solution
Toast myToast = Toast.makeText(this, "I'm a toast!", Toast.LENGTH_LONG);
myToast.show();
Try other methods by searching on the site. That is if this doesn’t work