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?
Asked
Active
Viewed 163 times
-2
-
just save images path in `SharedPreferences` and get it in another activity – Safa May 11 '17 at 13:08
1 Answers
0
databases support BLOB type data. Convert the image to blob type and save it.

Community
- 1
- 1

Eklavya Shankar
- 11
- 4