Advertisement
hamidms

inikoding_toast_kotlin_potongan

Sep 24th, 2018
2,261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  button.setOnClickListener {
  2.             // Pada saat tombol button ditekan, maka akan terbentuk Toast
  3.             Toast.makeText(this, "Halo, Selamat Pagi", Toast.LENGTH_SHORT).show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement