Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Inefficient Drawable management #1

Closed
maclyn opened this issue Sep 20, 2015 · 1 comment
Closed

Inefficient Drawable management #1

maclyn opened this issue Sep 20, 2015 · 1 comment
Assignees
Milestone

Comments

@maclyn
Copy link
Owner

maclyn commented Sep 20, 2015

Drawables, while retrieved in the background, aren't always decoded into bitmaps in the background. Furthermore, many Drawables could be shared across components, but they aren't yet (even if Android is helping keep resource consumption reasonable by doing its own sharing). To resolve this, creation of a memory cache for drawables is important.

@maclyn maclyn self-assigned this Sep 20, 2015
@maclyn maclyn added this to the 0.2.0 milestone Sep 20, 2015
maclyn pushed a commit that referenced this issue Sep 23, 2015
Address part of issue #1.
@maclyn maclyn added the bug label Sep 23, 2015
@maclyn
Copy link
Owner Author

maclyn commented Sep 23, 2015

Actually a bug. The launcher occasionally crashes in the background without this; not good!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant