Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 106 Bytes

Toast.md

File metadata and controls

5 lines (4 loc) · 106 Bytes

1. Show Toast Message

Toast.makeText(activity, "Hello World", Toast.LENGTH_SHORT).show()