Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. override fun onBindViewHolder(holder: PokemonViewHolder, position: Int) {
  2. val car : cars[position]
  3.  
  4. with(car){
  5. holder.name = name
  6. holder.model = model
  7. holder.year = year
  8. holder.symbol = symbol
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement