Re: [android-developers] Re: ImageLoader error and crashes the application

2016-11-17 Thread sardar khan
http://tekeye.biz/2014/android-bitmap-loading kindly check this example.. http://blog.wittchen.biz.pl/avoiding-outofmemory-error-while-loading-large-bitmaps-in-android-ui/ On Thu, Nov 17, 2016 at 8:21 PM, Chairi Kiourt wrote: > Dear Sardar, first of thank you for your answer.

Re: [android-developers] Re: ImageLoader error and crashes the application

2016-11-17 Thread Chairi Kiourt
Dear Sardar, first of thank you for your answer. Is it easy for you explain me what I have to do or give me a code example based on my code, because I am not so familiar with java android code. Thank you again -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: ImageLoader error and crashes the application

2016-11-16 Thread sardar khan
1.you have to scale down your bitmaps by seeing best practices by android developers https://developer.android.com/training/displaying-bitmaps/load-bitmap.html#read-bitmap 2. you have to process bitmap off the UI thread. check this..

[android-developers] Re: ImageLoader error and crashes the application

2016-11-16 Thread Chairi Kiourt
Any help please??? On Tuesday, November 15, 2016 at 7:04:11 PM UTC+2, Chairi Kiourt wrote: > > Hi everyone i am new to android > > I have an app which gets data from a mysql by using php. The problem is > that the application crashes some times unexpectivly, i put the firebase > crash report