I'm coding an app with android studio. This is a todolists manager in which you can also add images.
I have a Listview containing items with an ImageView in each. But when there are images to display the listview scrolls really slowly and the app lag.
I saw that I need to do something on a separate thread but how can I do this exactly ?
My app uses MVP and I create the listview with an adapter that extends "BaseAdapter" and uses "setURI" to put the image into the ImageView.