Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Forked from pavlospt/CandidatesFragment.java
Created October 2, 2018 08:41
Show Gist options
  • Save hasankucuk/8b81e79bc567056d1fe63e815df652e1 to your computer and use it in GitHub Desktop.
Save hasankucuk/8b81e79bc567056d1fe63e815df652e1 to your computer and use it in GitHub Desktop.
Simple Caching tricks
binding.fragmentCandidateBrowseList.setItemViewCacheSize(30);
binding.fragmentCandidateBrowseList.setDrawingCacheEnabled(true);
binding.fragmentCandidateBrowseList.setDrawingCacheQuality(View.DRAWING_CACHE_QUALITY_HIGH);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment