uwblueprint / foe

Backend for Friends of the Earth Bee Tracking App
MIT License
0 stars 0 forks source link

[Android] Investigate ways of storing bee species images with less memory #51

Open luisasanmartin opened 6 years ago

luisasanmartin commented 6 years ago

We were rendering everything in the constructor but it was too much to hold in memory and we were getting OOM errors. We need to investigate to see if this is something we should protect against more actively.