1

I am trying to get an android program to send a HTTP Get Request to another device on the network. However, all the tutorials I can find on doing this are using old libraries no longer supported by the Android Studio. Could somebody point me in the direction of the library I want to import to do this?

Dorothy
  • 61
  • 4
  • 11
  • http://stackoverflow.com/q/29058727/115145 http://stackoverflow.com/q/29294479/115145 http://stackoverflow.com/q/31802365/115145 ... – CommonsWare Feb 26 '17 at 00:05

1 Answers1

-1

Depending on how the requests are handled on the server, you might be interested in Volley

Ray A.
  • 325
  • 1
  • 4
  • 12