I familiarised myself with passing authorization headers in android using volley library with the help of this answer. The problem is if i have to send multiple requests i need to pass it with each requestwhich makes the code longer. My question is how can i modify the ServerRequest/Request class to make sure the parameters are passed everytime i make a request.
Asked
Active
Viewed 89 times