There are a list of students.each row shows an Image,Name and number. I created a Room database and only managed to populate \"name\" and \"number\" columns into the list us
Also, I am using the same function with SQLite I am the storing just image path and get from SQLite and load image using image URI
holder.imgUserPhoto.setImageURI(Uri.parse(new File(contactModel.getContactPhoto()).toString()));