database - how to show file on each list view item selection when there are huge items in listview in android -


I have 1500 records in the database based on the selection of databases, I have put them in listview when any list of users If I click on the item of the scene then I want to show 1 file which contains 1 image n rest information. The problem here is how can I not implement this thing, because if I use the database only for information I am of the database Cars will be much bigger as 1500 images exist there. And I can not use the switch case for the same Plz plz help me in regards to thnx in advance, sups.

I'm not sure that it makes great sense to store images as databases in Blobes ... I think this would be a better way to store these images on the SD card and save the file name in DB. Of course, it all depends on your architecture and if you have a good reason to save images in DB (usually take a lot of space on users' phones) it's a different story.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -