I want to show thumbnails of images stored on server like how we see profile pictures of whatsapp users.
For this do we generate thumbnail of each image and save them also on server or there is any better way.
Because we will need to maintain 2 files for each image in web server and local mobile storage.
It depends. If the files are large and you want to reduce the bandwidth and the work that will need to be done on the clients then you will need to allow the clients to download thumbnails.