android - Out of memory Exception
I develop one android app for book read. The Book pages and audios are download from Amazon Bucket. After downloading it stores on SD Card. I place to two button for next and previous pages. When I display pages It gives me Out of Memory Exception. 11-03 10:59:39.199: E/AndroidRuntime(13566): FATAL EXCEPTION: main 11-03 10:59:39.199: E/AndroidRuntime(13566): java.lang.OutOfMemoryError 11-03 10:59:39.199: E/AndroidRuntime(13566): at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) 11-03 10:59:39.199: E/AndroidRuntime(13566): at android.graphics.BitmapFactory.decodeStream