Skip to content

Conversation

WindySha
Copy link

It is better to load app icon async.
When there are hundreds of apps in the phone, the app list's loading will cost so much time, loading icons async can solve this.
Also, the memory cost can be less for Glide will manage the bitmap memory using LRU strategy. It is better than PackageManager's weakreference strategy.

… memory at one time and decrease the app list loading time and decrease memory cost.
@tiann tiann merged commit f1bb865 into android-hacker:exposed Oct 29, 2018
tiann added a commit that referenced this pull request Nov 15, 2018
Use Glide to load app icon async, to avoid loading all the icosn into…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants