Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Add thumbnail image URL property to Product class #16

Open
jsauvexamarin opened this issue Sep 25, 2015 · 0 comments
Open

Add thumbnail image URL property to Product class #16

jsauvexamarin opened this issue Sep 25, 2015 · 0 comments

Comments

@jsauvexamarin
Copy link
Contributor

Memory usage seems high on list screens with thumbnail images, because the full size image files are being used. This can be mitigated by using actual thumbnail image files.

  1. Add the thumbnail image url property to the product and category classes.
  2. Create thumbnail image files for each full size image.
  3. Upload thumbnail images to Azure blob storage.
  4. Reference thumbnail image files in the service's data initializer.
  5. Re-run the data initializer.
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