Search code examples
c#mobilexamarinxamarin.formshybrid-mobile-app

Is there any library in xamarin forms for handling network calls like volley/retrofit in android?


I am trying to use REST Web Services in my Xamarin Forms project. Please, suggest me if there is any official DLL/library suggested by Xamarin or any NuGet package which can handle asynchronous web service calls.


Solution

  • You have a very good 'automatic' type-safe and async client for REST requests named refit made by paulcbetts its inspired on retrofit.

    check it out.