Skip to main content
Microsoft
Xamarin
Xamarin
  • Home
  • DevBlogs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • DevOps
    • Developer support
    • CSE Developer
    • Azure SDK
    • IoT
    • Command Line
    • Perf and Diagnostics
    • Notification Hubs
    • Math in Office
    • DirectX
    • PIX
    • SurfaceDuo
    • Startups
    • Sustainable Engineering
    • C++
    • Java
    • Java Blog in Chinese
    • JavaScript
    • PowerShell Community
    • PowerShell Team
    • Python
    • Q#
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • NuGet
    • Xamarin
    • #ifdef Windows
    • Apps for Windows
    • Azure Depth Platform
    • Azure Government
    • Bing Dev Center
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • Windows MIDI and Music dev
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL
    • OData
    • Revolutions R
    • SQL Server Data Tools

    Xamarin Blog

    An open source mobile platform for building Android, iOS, macOS, watchOS, and tvOS apps with .NET.

    Integrations Archives | Page 3 of 4 | Xamarin Blog

    More Cross-Platform APIs with Xamarin.Essentials Latest Preview
    More Cross-Platform APIs with Xamarin.Essentials Latest Preview
    Avatar James Montemagno June 14, 2018 Jun 14, 2018 06/14/18
    We announced Xamarin.Essentials, a core set of cross-platform APIs to help developers build native apps, at Microsoft Build 2018. Xamarin.Essentials gives developers access to over thirty platform-specific APIs that can be accessed from their shared code, including geolocation, secure storage, sensors, device information, and many more. Best of all, Xamarin.Essentials can be used in any iOS, Android, UWP, or Xamarin.Forms app, regardless of how you create the user interface. Feedback on the first preview from developers has been fantastic, with praise of a simple and straightforward way to access these native features.

    Comments are closed.0DevelopersIntegrations
    Xamarin.Essentials: Cross-Platform APIs for Mobile Apps
    Xamarin.Essentials: Cross-Platform APIs for Mobile Apps
    Avatar James Montemagno May 16, 2018 May 16, 2018 05/16/18
    When developing iOS and Android apps with Xamarin, developers can access every native platform API using C#. These bindings not only expose the platform APIs in C#, but add powerful C# features, such as async/await, events, delegates, and more. This is a huge advantage for developers, because they never have to leave C#, whether they're writing shared business logic, user interface, or accessing native features. One key feature developers often look for when developing cross-platform apps with Xamarin is a way to access common native features from their shared code without having to write their own abstractions or find an open source plugin created by the community.

    Comments are closed.0DevelopersIntegrations
    The C# Developer’s Guide to Shipping Better Apps with Visual Studio App Center
    The C# Developer’s Guide to Shipping Better Apps with Visual Studio App Center
    Avatar James Montemagno January 16, 2018 Jan 16, 2018 01/16/18
    At our annual Microsoft Connect event in November, we announced the General Availability of Visual Studio App Center, combining our best developer services, incuding Xamarin Test Cloud and HockeyApp, into one free, easy-to-use cloud service to help you ship better apps, faster. From building in the cloud to automatically testing on thousands of real devices, distributing to testers and app stores, and monitoring real-time crash and analytics data, Visual Studio App Center fully supports Xamarin apps.

    Comments are closed.0DevelopersDevOps
    Bringing Communities Together: Xamarin MVPs Join Microsoft MVPs
    Bringing Communities Together: Xamarin MVPs Join Microsoft MVPs
    Jayme Singleton Jayme Singleton September 1, 2017 Sep 1, 2017 09/1/17
    The Xamarin MVP Program and Microsoft MVP Award Program share a common bond in recognizing leaders who make outstanding contributions to our technical communities. In the last year, we've taken steps to bring our communities closer together, by making Xamarin University and Microsoft MSDN benefits available to all members of both programs...

    Comments are closed.0DevelopersIntegrations
    Fast & Simple Android Location Updates with Google Play services
    Fast & Simple Android Location Updates with Google Play services
    Avatar James Montemagno August 24, 2017 Aug 24, 2017 08/24/17
    Starting an Android application that relies on device location can be overwhelming. The classic way of getting location is with Android's core APIs, which have been around for a very long time and can be confusing to use. To simplify this process, we developed the Geolocator plugin, which enables developers to get the location from shared code on iOS, Android, and Windows from a single API. There are times when you may want or need full control over the API, however, and that's where the new Google Play services location APIs come in. These APIs simplify location awareness with multiple sensors on the device to help determine the location of the user. This means that, when using these new APIs, querying for location updates is faster and more accurate and, with the most recent update (11.0.4), it's never been easier to get started.

    Comments are closed.0AndroidDevelopers
    Native Android Facebook Authentication with Azure App Service
    Native Android Facebook Authentication with Azure App Service
    Avatar James Montemagno August 18, 2017 Aug 18, 2017 08/18/17
    Authenticationis critical to applications success. Look at your app, and I bet the very first things that your users will do is sign up or log in to their account. This will probably, in turn, leverage some form of social authentication. Each social authentication provider is a little bit different, and some, such as Facebook, offer a native SDK to simplify the login process and offer additional functionality specific to their service. Previously, we looked at how to integrate the Facebook SDK for iOS to offer a native login experience and how to integrate with Azure Mobile Apps, part of Azure App Service. Today, I'll show you how to log in with the Android Facebook SDK to simplify the login process on Android and with Xamarin.Forms.

    Comments are closed.0AndroidDevelopers
    Exploring Android’s Bottom Navigation View
    Exploring Android’s Bottom Navigation View
    Avatar James Montemagno August 7, 2017 Aug 7, 2017 08/7/17
    The debate over whether tabs should go on the top or the bottom of a screen has raged for nearly a decade. Android has always preferred to use tabs as a filtering mechanism on the top of a page, while iOS has used bottom tabs as the main source of navigation. Now, with the addition of the Bottom Navigation View in the Support Design library, Android developers have the choice of where their main navigation comes from in their applications.

    2AndroidDevelopers
    Mastering the Android Support Libraries
    Mastering the Android Support Libraries
    Avatar James Montemagno July 11, 2017 Jul 11, 2017 07/11/17
    Android Support Libraries are an essential part to every Android application and you'll find them absolutely everywhere. The Support Libraries offer developers the ability to add the latest and greatest features of Android to their application while maintaining backward compatibility with older versions of Android. As new versions of the Android SDK continue to roll out, so do updates to the Support Libraries; keeping them up-to-date and installing the correct versions is an important (and sometimes frustrating) part of Android development. This blog post will help demystify the Support Libraries and help you upgrade to the latest versions.

    Comments are closed.0AndroidDevelopers
    Simplified Android Keystore Signature Discovery
    Simplified Android Keystore Signature Discovery
    Avatar James Montemagno March 14, 2017 Mar 14, 2017 03/14/17
    The Android Keystore is at the heart of every Android application. It enables us to sign our applications and ship them to the app store securely, but also holds additional signature information needed for Google Play services and other APIs, such as Facebook. This new extension makes it super simple to get access to everything you need to sign your app!

    Comments are closed.0AndroidDevelopers
    Consumable In-App Purchases
    Consumable In-App Purchases
    Avatar James Montemagno February 15, 2017 Feb 15, 2017 02/15/17
    If you are building a game or application with content that needs to be purchased multiple times, you'll need to integrate consumable in-app purchases (IAPs) into your application. In my previous IAP blog post, I covered the basics of setting up your app for IAP transactions, adding the IAP items to Google Play and iTunes Connect, and introduced you to the In-App Billing Plugin for Xamarin that greatly simplifies the process of adding IAP to your application's code. Today, we'll take a look at consumables and how they offer a slight tweak to the development process.

    Comments are closed.0AndroidDevelopers
    • Previous page
    • Page 1
    • Page 2
    • Page 3
    • Page 4
    • Next page
    Relevant Links

    Xamarin

    Xamarin Documentation

    Xamarin Forums

    Community Resources

    The Xamarin Show

    Xamarin Podcast

    .NET Meetups

    We are hiring!

    Related Blogs

    Miguel de Icaza’s Blog

    James Montemagno’s Blog

    Visual Studio Blog

    App Center Blog

    .NET Blog

    Get Started With

    Visual Studio

    Xamarin

     

    Top Bloggers
    Avatar

    James Montemagno
    Principal Lead Program Manager

    Jayme Singleton

    Jayme Singleton
    Business Operations Program Manager ll

    David Ortinau

    David Ortinau
    Principal Program Manager

    Avatar

    Matt Soucoup
    Senior Cloud Developer Advocate

    Gerald Versluis

    Gerald Versluis
    Senior Software Engineer

    alexeystrakh

    alexeystrakh
    Software Developer Engineer

    Timothé Larivière

    Timothé Larivière

    Maddy Leger

    Maddy Leger
    Program Manager

    Jake Kirsch

    Jake Kirsch
    Program Manager - Xamarin.Forms

    Whitney Schmidt

    Whitney Schmidt
    Software Engineer

    Topics
  • Developers
  • Xamarin.Forms
  • Xamarin Platform
  • Events
  • Xamarin
  • Android
  • Enterprise
  • Announcements
  • iOS
  • Integrations
  • Case Studies
  • Education
  • Podcasts
  • Visual Studio
  • XAML
  • macOS
  • Leadership
  • Cloud
  • watchOS
  • DevOps
  • Stay informed

    Login
    Code Block
    What's new
    • Surface Duo
    • Surface Laptop Go
    • Surface Pro X
    • Surface Go 2
    • Surface Book 3
    • Microsoft 365
    • Windows 10 apps
    • HoloLens 2
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Virtual workshops and training
    • Microsoft Store Promise
    • Financing
    Education
    • Microsoft in education
    • Office for students
    • Office 365 for schools
    • Deals for students & parents
    • Microsoft Azure in education
    Enterprise
    • Azure
    • AppSource
    • Automotive
    • Government
    • Healthcare
    • Manufacturing
    • Financial services
    • Retail
    Developer
    • Microsoft Visual Studio
    • Windows Dev Center
    • Developer Center
    • Microsoft developer program
    • Channel 9
    • Microsoft 365 Dev Center
    • Microsoft 365 Developer Program
    • Microsoft Garage
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy
    • Manage cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2021