error Caused by: java.lang.OutOfMemoryError Load Image
- by user2493770
This is my method to load images in background, the first and second load normally. But after these loading, a memory error appears. How can I fix this?
public class MainArrayAdapterViewHolder extends ArrayAdapter<EmpresaListaPrincipal> {
private final Context context;
private ArrayList<EmpresaListaPrincipal> data_array;
public…