Skip to content

Instantly share code, notes, and snippets.

@luthfihariz
Created August 1, 2018 00:19
Show Gist options
  • Save luthfihariz/198ae438b9b3ee17c3a1daffb98d1b38 to your computer and use it in GitHub Desktop.
Save luthfihariz/198ae438b9b3ee17c3a1daffb98d1b38 to your computer and use it in GitHub Desktop.
class EventListViewModel : ViewModel(){
val eventList = arrayListOf(Event("Google IO 2018"),
Event("Droidcon London 2018"),
Event("GOTO Berlin 2018"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment