Good afternoon friends, is as follows: I'm going to use Volley to get webservice data, and so I write the list in my local DB with SQlite.
In this webservice will come a JSON with items, each item has its data and an image. I need to save this cached image to show in a listview and later on a detail screen. In the future the user will clean these items, thus clearing the images of them too.
Well, how can I save these cached images and link to each saved item in my DB?
EDIT 1
I'll be offline by 90%. I'm just going online to sync and download updated server items.