Skip to content

Instantly share code, notes, and snippets.

@danielmalone
Created November 23, 2018 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmalone/2fb11784e340379ffe74e37f2e614ec2 to your computer and use it in GitHub Desktop.
Save danielmalone/2fb11784e340379ffe74e37f2e614ec2 to your computer and use it in GitHub Desktop.
package com.example.recyclerviewpart1
data class Friend(
val firstName: String,
val lastName: String,
val website: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment