I am building an android application which requires displaying images as a flip-view which will be retrieved from server. I have considered two approaches
- Retrieving images from server URL and then displaying OR
- Storing the image in db at server(MySQL) and then retrieving it from sq-lite on android application
My question is, which approach will be better considering everything (performance, etc.)?
Any other better approach is also welcome :)
Aucun commentaire:
Enregistrer un commentaire