lundi 22 juin 2015

Android: Retrieve images from Server

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

  1. Retrieving images from server URL and then displaying OR
  2. 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