[Solved] Android: Download personal’s information from server [duplicate]


There exist a lot of libraries that can be used for loading the images from server.

Listing out some of them

  1. Picasso
  2. UIL

Most of the image loading libraries provide caching mechanism, so that there is no need to store the images over phone’s storage.

solved Android: Download personal’s information from server [duplicate]