News

API Integrator Releases Xamarin SDKs for Visual Studio

API integration specialist CloudRail released SDKs for Xamarin developers coding Android and iOS apps in Visual Studio.

The German company added support for the cross-platform Xamarin platform to its existing portfolio of API integration services already available for native Android and iOS coding. CloudRail's SDKs are designed to simplify API management, enabling developers to quickly leverage a universe of third-party services in one consistent manner.

Helping to do that is the company's universal API approach -- or Unified Interfaces -- that bundles multiple, similar services into just one API. So, from within one app, developers can easily integrate their apps with services like Dropbox, Google Drive, OneDrive and Box, for a cloud storage example.

The company claims the universal API feature lets coders integrate with multiple providers in one category -- like storage -- in less time than otherwise would be required for just one integration. Single-service API integrations are also offered by the company.

API Integration Categories
[Click on image for larger view.] API Integration Categories (source: CloudRail).

In adding Xamarin to its product mix, CloudRail pointed out some perceived shortcomings of the Xamarin platform.

"While Xamarin makes it easy to develop cross platform, it's hard to develop well connected application on the platform," company CEO Felix Kollmar said in a blog post Wednesday. "Most apps today rely on several integrations with 3rd party service like Dropbox, Stripe, Facebook and many more.

"Native app developers can leverage several solutions and well maintained libraries to integrate these services very easily. On Xamarin it's a pain, since the only easy way doing it are so called Components, which only exist for a few services and are usually not well maintained. Of course there is also the possibility to call APIs directly, but this is so error prone and time consuming that most developers don't consider it an option."

Using the new Xamarin SDKs -- separated into Android and iOS versions -- involves downloading .dll files and adding them to a project via the solution References feature in Visual Studio.

CloudRail said it offers its SDKs for free without any limitations -- though OAuth services are branded in the free plan -- along with feature-added paid plans.

Using CloudRail still requires that developers sign up for the services being integrated in order to secure API keys to be used with the CloudRail APIs, though devs don't need to install the provider SDKs also.

In his own post titled "Why Xamarin Matters to Us," company developer evangelist Carsten Jacobsen said CloudRail added Xamarin to its portfolio in response to developer requests.

"Xamarin has experienced a very rapid growth, and about 1.4 million developers are now creating apps on the Xamarin platform," Jacobsen said. "Some of the benefits are shared code base for both iOS and Android apps, large C# developer community, fast time to market, cost effective, native-like user experience, close ties to the OS' API and since Xamarin was acquired by Microsoft, it has been adopted into their developer ecosystem -- like integration in Visual Studio."

SDKs for Android and iOS can be downloaded from GitHub.

The SDKs cover cloud storage, social profile, payment, e-mail, SMS and point of interest (POI) categories, with specific services including: Dropbox, Google Drive, OneDrive, Box, Facebook, GitHub, Google+, LinkedIn, Instagram, Slack, Twitter, Windows Live, Yahoo, PayPal, Stripe, Mailjet, Sendgrid, Twilio, Nexmo, Google Places, Foursquare and Yelp.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube