0

Well, I was wondering if it is possible and what the best method for saving images in database android (sqlite). I read something about BLOB, but did not quite understand. Can anyone help me?

Kaic_supra
  • 123
  • 1
  • 3
  • 8

1 Answers1

2

You can, but you shouldn't.

Theoretically everything can be stored in a DB. But not everything is ideally stored in a database.

See it the other way: There is an old and long tested Database which is build and optimized for storing images: It's called "Filesystem".

Scheintod
  • 7,953
  • 9
  • 42
  • 61