Skip to content

Instantly share code, notes, and snippets.

@AkshayChordiya
Created October 22, 2017 11:39
Show Gist options
  • Save AkshayChordiya/7fa0fa61517d2c01fda7ee773921214c to your computer and use it in GitHub Desktop.
Save AkshayChordiya/7fa0fa61517d2c01fda7ee773921214c to your computer and use it in GitHub Desktop.
User DAO - Rx - Room
@Query("SELECT * FROM users")
fun getUsers(): Flowable<List<User>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment