Guest User

Untitled

a guest
May 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. val scoreEndMatch : Cursor? = MyApp.database?.matchDao()?.getEndOfMatchScore(match.id)
  2. scoreEndMatch.moveToFirst()
  3. mTextView.text = "[ Team1 - " + scoreEndMatch1!!.getInt(0) + " | " + scoreEndMatch1.getInt(1) + " - Team2 ]")
Add Comment
Please, Sign In to add comment