Click here to Skip to main content
15,888,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the best approach to store image into SQLite and retrieved from SQLite ?

There are two types of datatypes, one is BLOB and another is String. We can save bitmap(BLOB) or URI(String) into SQLite and retrieved from SQLite.

But it a bit confusing me. Which one is recommended?

What I have tried:

So far I save URI into SQLite and load them into ListView, but the performance a bit slow.
Posted
Updated 12-Jan-17 4:28am
Comments
ridoy 12-Jan-17 14:30pm    
The accurate answer could be "IT Depends..(on various factors)". Surf the web to find out it.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900