Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 4.71 KB

xamarin.md

File metadata and controls

83 lines (62 loc) · 4.71 KB

Xamarin

Android development

Topic Source URL
Debugging on a device Microsoft Docs Debug on Device
Microsoft Docs Set Up Device for Development
Resources Microsoft Docs Android Resources

Back to top

iOS development

Topic Source URL
Permissions Microsoft Docs iOS Security and Privacy Features
Resources Microsoft Docs Images and Icons in Xamarin.iOS
csharpcorner.com Xamarin iOS Custom fonts

Back to top

Xamarin.Forms

Topic Source URL
Intro Microsoft docs Creating Mobile Apps with Xamarin.Forms book
Controls Microsoft docs Xamarin.Forms Views
James Montemagno Xamarin.Forms.ListView
xamarinhelp.com Xamarin Forms ListView Grouping
Microsoft docs ListView Appearance
Gesture recognizers Microsoft docs Adding a tap gesture recognizer
Hot Reload c-sharpcorner.com How to Start Hot Reloading in XAML
Navigation xamarinhelp.com Xamarin Forms Deep Linking and App Indexing with AppLinks
xamarinhelp.com Android - Firebase App Indexing
xamarinhelp.com Registering a URI Scheme
xamarinhelp.com Xamarin.iOS Universal Links
Layouts Microsoft docs Xamarin.Forms layouts
Page layout xamarinhelp.com Xamarin Forms Page Templates
Performance Microsoft docs Improve Xamarin.Forms App Performance
Shell Microsoft DevBlogs Xamarin.Forms: Getting started with Shell
Microsoft Docs Shell documentation
Tabs Microsoft docs Xamarin.Forms Tabbed Page

Back to top

Layout tricks

Topic Source URL
Badges Xamarin forums How to make a rounded Shape label
DisplayAlert styling Xamarin forums DisplayAlert and DisplayActionSheet styling
File picker C# corner How to create a file picker in Xamarin.Forms

Back to top

Frameworks

Topic Source URL
FreshMVVM michaelridland.com FreshMvvm Quick Start Guide

Back to top

Custom controls

URL Description
DynamicStackLayout A horizontally scrolling StackLayout
Xaml.Plugin.FilePicker A cross-platform file picker

Back to top