I want to send array of images from android to rest web service and vice versa.
So I need to write two methods in rest web service:
- for accessing array of images from client .
- for sending array of images from rest web service to android.
I have been finding the solution in the internet but unable to get it.
What is the solution for this?