Show photo in listview using path
问题 I am trying to show all my pictures in a listview. I have an sqlite db where i save the image's path and now i wanted to know how can i show the image. I already know how to convert the path in a bitmap but i really have no ideia how to put it in the listview File imgFile = new File(caminhoNovo); final BitmapFactory.Options options = new BitmapFactory.Options(); options.inPreferredConfig = Bitmap.Config.RGB_565; options.inSampleSize = 4; //This is the path already converted to image Bitmap