out of memory error in file manager
问题 I made a custom file manager, and it is working fine. but it is loading and scrolling very slowly and suddenly there was outofmemory error. I am adding images on the side of the text view package com.example.fileexplorer; import java.io.ByteArrayOutputStream; import java.io.File; import java.util.ArrayList; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import android.graphics