We’re excited to announce a new section in the Xamarin.Forms Guides: User Interface! Xamarin.Forms can be used to create native UIs using shared XAML or C#. This new section centralizes existing Xamarin.Forms User Interface documentation, with awesome new content for text, ListView
(!), TableView
, and WebView
.
The User Interface section now has the following new or expanded content:
- ListView - use
ListView
to present lists of data. Create custom layouts in XAML or C#. Implement pull-to-refresh and interact with list selection. - TableView - use
TableView
to present interactive forms, menus, and lists of static data. - WebView - use
WebView
to present local and remote web content within your app. Show links and other remote content without leaving your app. - Text - use
Label
,Entry
, andEditor
to present and receive text content.
The following existing content was moved to the new section:
- Maps - covers cross-platform mapping.
- XAML Basics - covers XAML syntax, Markup Extensions, and Data Binding.
This new section is a significant expansion of the Xamarin.Forms docs and will be where you find new Xamarin.Forms UI docs as they are published.
Happy coding!