/ Published in: Java
This is the simpliest way to make toast
Expand |
Embed | Plain Text
Toast.makeText(this, "This is the simpliest way to make toast!", Toast.LENGTH_LONG).show();
You need to login to post a comment.
This is the simpliest way to make toast
Toast.makeText(this, "This is the simpliest way to make toast!", Toast.LENGTH_LONG).show();
You need to login to post a comment.