Obviously, It is not a good idea to store the images in the room db, as it size increase with it's quality and the cursor limit of room db is 2mb so it could cause runtime exceptions. Rather you should save the image in cache or files Directory and save it's path as a String in the Room Database