-
-
Save hasankucuk/8b81e79bc567056d1fe63e815df652e1 to your computer and use it in GitHub Desktop.
Simple Caching tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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