Showing results for Integrations - Xamarin Blog

Aug 7, 2017
2
0

Exploring Android’s Bottom Navigation View

James Montemagno
James Montemagno

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

DevelopersAndroidIntegrations
Jul 11, 2017
0
0

Mastering the Android Support Libraries

James Montemagno
James Montemagno

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 SD...

DevelopersAndroidIntegrations
Mar 14, 2017
0
0

Simplified Android Keystore Signature Discovery

James Montemagno
James Montemagno

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 you...

DevelopersAndroidIntegrations
Feb 15, 2017
0
0

Consumable In-App Purchases

James Montemagno
James Montemagno

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 tra...

DevelopersAndroidiOS
Feb 2, 2017
1
1

Integrating In-App Purchases in Mobile Apps

James Montemagno
James Montemagno

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 curre...

DevelopersAndroidiOS
Jan 16, 2017
3
0

Lightweight Ads for Android Apps

James Montemagno
James Montemagno

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.

DevelopersAndroidIntegrations