My app just gave me the following problem:
java.lang.OutOfMemoryError: Failed to allocate to 14737836 byte allocation with 3589248 free bytes and 3MB until OOM
I understand that the problem is with the memory, which from what I read is 48mb. what is the ideal weight of a bitmap ?? my app is tourism so I have to make much use of these resources (discarded on-line) my images weigh an average of 160kb. this is a lot?? I will appreciate your experiences: D