Skip to content

Instantly share code, notes, and snippets.

@CoderJava
Created September 14, 2018 15:24
Show Gist options
  • Select an option

  • Save CoderJava/7dc2e9cb398d21770f2a3e3705d96277 to your computer and use it in GitHub Desktop.

Select an option

Save CoderJava/7dc2e9cb398d21770f2a3e3705d96277 to your computer and use it in GitHub Desktop.
Waktu Data entity
@Entity
data class WaktuData(
@PrimaryKey(autoGenerate = true) var id: Long?,
@ColumnInfo(name = "waktu") var waktu: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment