0
Q:

how to make toast in android

Toast toast = Toast.makeText(this, "message", Toast.LENGTH_LONG;);
    toast.show();
2
Toast.makeText(context, text, duration).show();
3

New to Communities?

Join the community