All Projects → sharmapranav → Xamarin

sharmapranav / Xamarin

Licence: MIT license
Sample Xamarin projects

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Xamarin

Thelittlethingsplayground
Playground for experimenting with new Xamarin.Forms features.
Stars: ✭ 195 (+490.91%)
Mutual labels:  xamarin-forms
Xamarin.forms.datagrid
DataGrid Component For Xamarin.Forms Projects
Stars: ✭ 226 (+584.85%)
Mutual labels:  xamarin-forms
Whatsappui
WhatsApp UI in Xamarin.Forms
Stars: ✭ 251 (+660.61%)
Mutual labels:  xamarin-forms
Xamarin Forms Page Transitions
Custom page transitions in a Xamarin.Forms App
Stars: ✭ 200 (+506.06%)
Mutual labels:  xamarin-forms
Mobile
The mobile app vault (iOS and Android).
Stars: ✭ 3,149 (+9442.42%)
Mutual labels:  xamarin-forms
Animationnavigationpage
AnimationNavigationPage is a NavigationPage with custom transitions animation effects.
Stars: ✭ 235 (+612.12%)
Mutual labels:  xamarin-forms
Xfx.controls
Xamarin Forms Extended Controls
Stars: ✭ 187 (+466.67%)
Mutual labels:  xamarin-forms
XamarinForms.VisualDebug
A library and client app to view the visual heirarchy of your Xamarin app pages as an interactive tree diagram at runtime
Stars: ✭ 22 (-33.33%)
Mutual labels:  xamarin-forms
Camelotia
Cross-platform .NET sample GUI app for cloud file management. Built with ReactiveUI, AvaloniaUI, Universal Windows Platform, Xamarin Forms, and WPF, runs on Windows, Linux, Mac and Android.
Stars: ✭ 221 (+569.7%)
Mutual labels:  xamarin-forms
Aiforms.effects
AiForms.Effects for Xamarin.Forms
Stars: ✭ 245 (+642.42%)
Mutual labels:  xamarin-forms
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+7184.85%)
Mutual labels:  xamarin-forms
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+560.61%)
Mutual labels:  xamarin-forms
Magicgradients
Draw breathtaking backgrounds in your Xamarin.Forms application. It's a kind of magic.
Stars: ✭ 236 (+615.15%)
Mutual labels:  xamarin-forms
Xamarin Cloudmusic
Xamarin.Forms goodlooking UI sample
Stars: ✭ 200 (+506.06%)
Mutual labels:  xamarin-forms
Connectivityplugin
Connectivity Plugin for Xamarin and Windows
Stars: ✭ 253 (+666.67%)
Mutual labels:  xamarin-forms
Toucheffect
UI-responsive touch effects for Xamarin.Forms
Stars: ✭ 193 (+484.85%)
Mutual labels:  xamarin-forms
Xamarinformslayoutchallenges
Sample Layouts for Xamarin Forms
Stars: ✭ 230 (+596.97%)
Mutual labels:  xamarin-forms
DotNetGraphQL
A sample demonstrating how to create a GraphQL Backend in .NET and consume it from a .NET mobile app created using Xamarin
Stars: ✭ 78 (+136.36%)
Mutual labels:  xamarin-forms
onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (+0%)
Mutual labels:  xamarin-forms
Flexbutton
Flexible button control for Xamarin.Forms
Stars: ✭ 245 (+642.42%)
Mutual labels:  xamarin-forms

Xamarin

Contents

Ads

This sample Xamarin.Forms project demonstrates how to implement banner ads of different sizes and interstitial ads on iOS, Android and Windows(UWP) apps.

iOS and Android use Google's AdMob as an ad provider while Windows(UWP) uses Microsoft Store Services.

How-To

AdBanner

var adBanner = new AdBanner();
adBanner.Size = AdBanner.Sizes.MediumRectangle;
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns:Ad="clr-namespace:Ads;assembly=Ads"
             ..>
    <Ad:AdBanner Size="Standardbanner"/>
</ContentPage>

AdInterstitial

IAdInterstitial adInterstitial = DependencyService.Get<IAdInterstitial>();
adInterstitial.ShowAd();

Taxonomic_Information

This sample Xamarin.Forms project searches and retrieves data from Integrated Taxonomic Information System (ITIS) by accessing web service APIs provided by ITIS.

All API descriptions and documentation can be accessed here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].