I'm developing an Android application which is responsible for showing multimedia such as videos and photos to user.
I have a certain activity for a gallery of photos. In my phone where I'm developing the application everything works correctly. Currently I'm testing it in an emulator with a small screen for checking for layout mistakes and I noticed that the gallery activity crashes when scrolling through photographs by throwing an outOfMemoryException
.
My phone where I was developing the application is a Samsung S Advance, which I think is average, not something really powerful, just a phone with normal specs.
Should I be worried about that exception I'm getting in the emulator or is it something that will never happen in real-world conditions?