I have read this article about how ODataLib works on Xamarin:
There is a screen capture in this article which describes how to use official ODataLib in a pcl and the pcl is referenced from Xamarin.Andoid project. But if I try that (generate proxy class via add service reference and call example Northwind Odata service) I get this error
Answer says that some WebResponse methods are not implemented, so ODataLib would never work. Do I something wrong, or there is a problem with that article (OData part of article)/screen and presented exampl would never work?