I'd like to do in my android application access to camera and option to take photos. Where is the best way to store photos?
- On device in library? And save path to them
- In localdatabase in blob column? (SqlDelight)
- Other way? Thanks a lot.
I'd like to do in my android application access to camera and option to take photos. Where is the best way to store photos?