Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created April 8, 2019 13:00
Show Gist options
  • Save PatilShreyas/d00085af37aa309167d3daab8fe67411 to your computer and use it in GitHub Desktop.
Save PatilShreyas/d00085af37aa309167d3daab8fe67411 to your computer and use it in GitHub Desktop.
DatabasePagingOptions<Post> options = new DatabasePagingOptions.Builder<Post>()
.setLifecycleOwner(this)
.setQuery(mDatabase, config, Post.class)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment