/ Published in: Java
This is the simpliest way to make toast
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Toast.makeText(this, "This is the simpliest way to make toast!", Toast.LENGTH_LONG).show();