HarshitVaish
10/1/2016 - 7:26 AM

Code to create a custom toast message

Code to create a custom toast message

 Toast.makeText(MainActivity.this, "Write your toast message here", Toast.LENGTH_SHORT).show();