Skip to main content
Microsoft
Xamarin
Xamarin
  • Home
  • DevBlogs
    • App Center
    • Azure DevOps
    • Notification Hubs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • Azure Artifacts
    • Azure Boards
    • Azure Pipelines
    • Azure Repos
    • Azure Test Plans
    • DevOps
    • C++
    • Java
    • Java Blog in Chinese
    • JavaScript
    • PowerShell
    • Python
    • Q#
    • Scripting
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • NuGet
    • Xamarin
    • Apps for Windows
    • Azure Government
    • Azure SDKs
    • Bing Dev Center
    • Command Line
    • Developer Support
    • DirectX Developer Blog
    • IoT Developer
    • Math In Office
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • PAX Graph
    • PAX Media
    • PAX Windows
    • Perf and Diagnostics
    • PIX on Windows
    • Startup Developers
    • Surface Duo
    • Sustainable Software
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL
    • Azure Synapse Analytics
    • 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 3 | Xamarin Blog

    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
    AvatarJames MontemagnoJanuary 16, 2018Jan 16, 201801/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 SingletonJayme SingletonSeptember 1, 2017Sep 1, 201709/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
    AvatarJames MontemagnoAugust 24, 2017Aug 24, 201708/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
    AvatarJames MontemagnoAugust 18, 2017Aug 18, 201708/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
    AvatarJames MontemagnoAugust 7, 2017Aug 7, 201708/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
    AvatarJames MontemagnoJuly 11, 2017Jul 11, 201707/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
    AvatarJames MontemagnoMarch 14, 2017Mar 14, 201703/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
    AvatarJames MontemagnoFebruary 15, 2017Feb 15, 201702/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
    Integrating In-App Purchases in Mobile Apps
    Integrating In-App Purchases in Mobile Apps
    AvatarJames MontemagnoFebruary 2, 2017Feb 2, 201702/2/17
    Developers often need to integrate monetization to generate revenue when developing mobile apps. There are several ways to monetize apps, but at some point you may want to introduce In-App Purchases, or IAPs, into your app. IAPs can be used in several ways that could apply to your apps, such as adding features, removing ads, or buying in-game currency. Let's take an in-depth look at IAPs and how to add them to mobile apps.

    1AndroidDevelopers
    Lightweight Ads for Android Apps
    Lightweight Ads for Android Apps
    AvatarJames MontemagnoJanuary 16, 2017Jan 16, 201701/16/17
    The easiest way to start monetizing your mobile apps is to connect with advertisers and show relevant ads within them. It's as simple as displaying an ad, your users click on it, and you make money. Today we're going to look at a new SDK for Android, Ads Lite.

    3AndroidDevelopers
    • Previous page
    • Page 1
    • Page 2
    • Page 3
    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
    Software Engineer II

    Pierce Boggan

    Pierce Boggan
    Senior Program Manager

    alexeystrakh

    alexeystrakh

    Avatar

    Jon Dick

    Timothé Larivière

    Timothé Larivière

    Maddy Leger

    Maddy Leger

    Topics
  • Developers
  • Xamarin.Forms
  • Xamarin Platform
  • Events
  • Android
  • Xamarin
  • 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