Top 20 NuGet xamarin.forms Packages

This plugin makes it easy to register to Microsoft Azure Push Notifications from a Xamarin.Forms project and supports using Tags. The supported projects are: - Xamarin.Forms - Xamarin.Android - Windows Phone 8.1 RT - Windows Phone Silverlight - Windows Store 8 ...
CrossPlatformLibrary.FodyTracingAspect is a plug-in for CrossPlatformLibrary's ITracer which allows to trace annotated methods. Simply apply the provided [TracingAspect] annotation and Fody will use your configured ITracer to trace enter/exit of method calls including the duration of the call....
AdMob PlugIn for Xamarin.Forms.
A Plugin which facilitates (currently forward-only) incremental scrolling for a paged data source
Provides a sample implementation for consuming HTTP REST web services, including calling GET, POST, PUT and DELETE operations. It hides the complexity behind serializiing and deserializing entities/models and creating HTTP requests.
Library to authenticate Xamarin Forms apps against OAuth providers
Style XAML applications with CSS
Part of Twitter Fabric, Digits is the future of identity. Email and password signup is a technology that has not been innovated on in decades. Signup forms are cumbersome and repetitive. When users forget their credentials and fail to sign in, you can lose customers.
Provides a sample implementation of a ContentPage that shows how to use Microsoft ComputerVision (Cognitive Services API) to analyse an image to detect: - text - faces - emotion - ages - adult content - racy content - celebrities - tags - sentime...
Read a card without number setoff from a cross platform API.
XRS is a service layer for Xamarin.Realm that provides threadsafe auto-increment support for primary keys, data-changing events, and an extensible API for working with RealmObjects.
.NET Portable SDK for access to Mangopay API v2. Using Mangopay technology, you can create e-wallets for sellers and buyers, securely hold funds on e-wallets as long as needed, collect fees, refund payers, etc... An account is required in order to test (in a sandbox environment). For more informatio...
Xamarin Forms Control - CarouselView
A Xamarin.Forms gesture pattern view. This is an Android-like gesture pattern view you can use for logins.
PCL-friendly helpers for common socket tasks, built on top of the sockets-for-pcl project.
Changes the size of a captured image on the device. Particularly useful for sending images from the device to an API when you don't want massive files. To use: await CrossImageResizer.Current.ResizeImageWithAspectRatioAsync(originalImageByteArray, maxWidth, maxHeight); **NOTE*...