I wrote this in onBindViewHolder of RecycleViewAdapter,
Bitmap.createBitmap( 240, 420, Bitmap.Config.RGB_565);
And I got OutofmemoryError when scrolling my RecycleView. Down size of image is not good solution because error will happen when memory not enough.
Please help, thanks.