Closed OZ10 closed 8 years ago
Investigate how to compress the recipe image as supplied by the camera. Images at the moment are 2+ megs and make the recipe cardview lag.
https://developer.android.com/training/displaying-bitmaps/index.html
Maybe the thumbnail is enough - https://developer.android.com/training/camera/photobasics.html
Simple saving of the thumbnail image - https://blog-emildesign.rhcloud.com/?p=590
Investigate how to compress the recipe image as supplied by the camera. Images at the moment are 2+ megs and make the recipe cardview lag.