Created
August 5, 2019 14:13
-
-
Save HarryTylenol/51609ddbd2a380ab8e904b12eec802f3 to your computer and use it in GitHub Desktop.
0003_1
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
// FestivalAPI | |
@GET(" ... ") | |
suspend fun get( ... ): FestivalData | |
// ... | |
// FestivalDAO | |
@Query("select * from festivals ...") | |
fun get( ... ): LiveData<FestivalData> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment