Created
August 1, 2018 00:19
-
-
Save luthfihariz/198ae438b9b3ee17c3a1daffb98d1b38 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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