Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Glide to load app icon async, to avoid loading all the icosn into… #448

Merged
merged 1 commit into from
Oct 29, 2018

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