Learning Xamarin: Custom Controls in Xamarin Forms

Xamarin Forms are the most exciting library to come along in a long time; certainly forMissing puzzle piece mobile programmers. 

They bring a whole new option to cross platform development: an abstraction layer that lets you write once, and run native on each of the platforms. 

Write Once, Render Natively

This means, for example, when you create a tab page, it is rendered as a native tab page on iOS, Android and Windows Phone.  This is accomplished using pre-defined elements each of which has a hidden renderer for each platform.  Most of the time you don’t know or care how it is done, unless you want to create a custom (or customized) control.

 

Continued here

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
This entry was posted in Xamarin. Bookmark the permalink.