Hi I want to use TravelPort API Sample Application(C# Console Application) in my Xamarin Forms Project but I am not able to use namespaces like System.Configuration and System.Service Model in my PCL project.
Later I came to know that I should use DI(Dependency Injection) in my PCL project to use these namespaces. Then I started learning DI.
My question is that I am targeting Android Platform only in my Xamarin Forms project.And I just want to use Flight Search and Flight Booking features from TravelPort Sample App.
So is it convenient to use Shared Application Project rather than a Portable Class Library Project? And Will I be able to use System.Configuration and System.ServiceModel namespaces easily in SAP ?