Skip to content

Instantly share code, notes, and snippets.

@anangkur
Created September 30, 2022 09:39
Show Gist options
  • Save anangkur/bc748a91a1d53dc05ba4a62adcd3a904 to your computer and use it in GitHub Desktop.
Save anangkur/bc748a91a1d53dc05ba4a62adcd3a904 to your computer and use it in GitHub Desktop.
@Dao
interface RoomDao {
@Query("select * from table")
suspend fun getAllData(): PagingSource<Int, Entity>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment