Skip to content

Instantly share code, notes, and snippets.

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