I am working on an application which will contain tons of graphics….Its approx size will be 80 MB.Application will download the graphics(Greeting Cards in png format actually) on first start from web service.The problem I am facing is that where to save these graphics (Greeting cards) and how ???Whether to save them in internal storage or SD card or SQLite….My questions are
- How to store them in different folders based on their categories.
- How to update them.
-
How to retrieve/access them.
All info of these images will be in SQLite.Also please show me some code.
Answers below. For code you should search this place and try out few things and get back if it does not work.