0
SKShubham Kumar
This code will create a Toast with the text "dummy" and show it for a short period of time.
0 Comments
Toast.makeText(this, "dummy", Toast.LENGTH_SHORT).show()