Sunday, July 29, 2018

Introduction to Xamarin.Forms for Android Developers (Part 4)

Introduction

In this article, I am going to explain the basic controls in Xamarin.Forms. In fact, in Xamarin.Forms and its documentation, we often call them views rather than controls. Views (or controls) are UI objects such as labels, buttons, editors, etc and they are also known as widgets in Android, views in iOS, or controls in Windows.

Controls in the XAML Form

I am going to explain about controls (or views) in Xamarin.Forms through an application named ControlsApp. It has a UI that looks like this:



from DZone.com Feed https://ift.tt/2vb3e9w

No comments:

Post a Comment