-2

I have uploaded multiple images from gallery onto a recyclerview. Now i want to store those images into the database and retrieve them in another activity where i need to place individual images into different image views having different image id's. How should i go about doing? Any help?

Mistique
  • 47
  • 2
  • 6

1 Answers1

0

databases support BLOB type data. Convert the image to blob type and save it.

How to save images into Database

Community
  • 1
  • 1