peter97silva
peter97silva

Reputation: 15

More efficient way to use images on sqlite?

Im making a school project in which i need to pre-load more than 100 images to sqlite database and then use them in listviews and imageviews.

What do you think its the most efficient way to use them?? Blob? Path?

Thanks so much!

Upvotes: 0

Views: 39

Answers (1)

CL.
CL.

Reputation: 180010

On the system where this was tested, images smaller than 100 KB are more efficiently stored as a blob.

On your system, you have to measure.

Upvotes: 1

Related Questions