Now I am on a dilemma about whether to create a separate folder for byte[] images instead of using SQLite or do I save the images Blob in the SQLite?.
What would be the pros and cons of saving byte[] images in the SQLite?.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m fairly certain that the best practice is to save a URI as Text in SQLite, and keep all images in internal/external storage. Lots of Blobs can start degrading performance.