1.

What is an android toast ?

Answer»

An ANDROID toast is a form of MESSAGE, which REFLECT for a user in terms of feedback. This message reflect for a very SHORT TIME & goes away automatically.

Example

Toast.makeText(getApplicationContext(),"Best Interview Questions",Toast.LENGTH_SHORT).show();



Discussion

No Comment Found