Skip to content

Instantly share code, notes, and snippets.

@hirauchg
Last active May 19, 2019 14:57
Show Gist options
  • Save hirauchg/1afaf88907f33738640200329718ab0d to your computer and use it in GitHub Desktop.
Save hirauchg/1afaf88907f33738640200329718ab0d to your computer and use it in GitHub Desktop.
[Kotlin] RecyclerViewでリスト表示を実装する - リストのModelクラスの作成 - SampleModel.kt
data class SampleModel (
val id: Int,
val name: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment