I have a device (samsung galaxy fit). When I turn on the device I can’t go to the Homescreen and it just keeps loading. When i connect the device and see the logcat, my logcat error showed –
"FATAL EXCEPTION IN SYSTEM PROCESS: ActivityManager and java.lang.OutOfMemoryError: [memory exhausted]"
How to handle it?
there are some way to solve out of memory error
first recycling the bitmap like this
second using the garbage collector
but it’ll be better if you post some of your code here so I and the other people can help you more 🙂