Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created October 2, 2016 16:45
Show Gist options
  • Save pavlospt/130a27aea2ffabbb85a4e54fc2ad727f to your computer and use it in GitHub Desktop.
Save pavlospt/130a27aea2ffabbb85a4e54fc2ad727f 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