Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created April 8, 2019 12:59
Show Gist options
  • Save PatilShreyas/b0ced65cdd06a803f72ebb352a693b30 to your computer and use it in GitHub Desktop.
Save PatilShreyas/b0ced65cdd06a803f72ebb352a693b30 to your computer and use it in GitHub Desktop.
PagedList.Config config = new PagedList.Config.Builder()
.setEnablePlaceholders(false)
.setPrefetchDistance(5)
.setPageSize(10)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment