Dreamfactory Xamarin troubles

Hi i trying to do a cross platform app for my website i build using laravel, i install dreamfactory and i using xamarin to build my app i try the .net sdk but isnt valid for xamarin.forms for cross platform. Any one who works with xamarin and dreamfactory? I try with restsharp but instead of a json i get a xml like a response.Content and i try a lot ways to serialize and populate ina listview but nothing, i will be really glad if someone can help me. Thanks in advance

Im using xamarin with dreamfactory in backend. The .net sdk is outdated and doesn’t include new features of dreamfactory. However, using an http library to get json response and serializing it with Newtonsoft works fine for me. Try with other dummy rest api and see if you are able to serialize it & populate listview