My application uses quite a lot of pictures that are downloaded from the multiple URLs and cached locally on the Android phone.Each image have connect to particular Id in SQLite Database . I am wondering, what is the correct way to save those pictures. There are several ways I see.
Save them on SD Card in a public folder
Save them on directly in SQLite Databse
Please suggest me which is better approach to save these image locally.