Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.59 KB | None | 0 0
  1.  
  2.         findViewById<Button>(R.id.button5).setOnClickListener {
  3.             val intent = Intent(this, LiveActivity::class.java)
  4.             intent.putExtra("TR_URL", "https://globoesporte.globo.com/beta/jogo/01-06-2013/mogi-mirim-duque-de-caxias.ghtml")
  5.             startActivity(intent)
  6.         }
  7.         findViewById<Button>(R.id.button6).setOnClickListener {
  8.             val intent = Intent(this, LiveActivity::class.java)
  9.             intent.putExtra("TR_URL", "https://globoesporte.globo.com/beta/jogo/01-06-2013/barra-da-tijuca-mesquita.ghtml")
  10.             startActivity(intent)
  11.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement