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

Android: Fix cache #43

Open
intrigus opened this issue Nov 23, 2015 · 0 comments
Open

Android: Fix cache #43

intrigus opened this issue Nov 23, 2015 · 0 comments

Comments

@intrigus
Copy link

The downloaded images are saved on disk, but the cache only exists during the lifetime of the activity.
If you restart the activity, the files on the disk are not used.
See https://github.com/robovm/robovm-store-app/blob/master/android/src/main/java/org/robovm/store/util/Images.java#L28 it's initialized, but nowhere filled with the already saved images on disk.

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

No branches or pull requests

1 participant