Skip to content

Instantly share code, notes, and snippets.

@hirauchg
Last active May 19, 2019 14:13
Show Gist options
  • Save hirauchg/acad0ddb33b21626484a9523678e81d0 to your computer and use it in GitHub Desktop.
Save hirauchg/acad0ddb33b21626484a9523678e81d0 to your computer and use it in GitHub Desktop.
AnkoでSQLiteデータベースを実装する - モデルの作成 - 1
data class SampleModel (
val id: Int,
val text: String,
val number: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment