Book Image

Develop an Advanced Cross-platform App Using Xamarin.Forms and XAML [Video]

By : Steven F. Daniel
Book Image

Develop an Advanced Cross-platform App Using Xamarin.Forms and XAML [Video]

By: Steven F. Daniel

Overview of this book

<p><span id="description" class="sugar_field">Xamarin.Forms. is one of the most powerful cross-platform mobile development frameworks for creating stunning cross-platform applications with the iOS and Android mobile platforms. XAML (eXtensible Application Markup Language) allows developers to define user interfaces in Xamarin.Forms applications using markup rather than code.</span></p> <p><span id="description" class="sugar_field">This video course begins by showing you how to write a Medicine Tracking app using Xamarin.Forms and SQLite for data handling. This application will allow you to track your daily medications. You will also walk through the MVVM architectural pattern and the Xamarin.Forms Navigation API, before creating the Navigation Service Interface and class that will be used to navigate between your view models. You will then set up the solution for your project, write the shared business logic used across the application, and write an introduction to SQLite. Towards the end of the course, you will master the Xamarin.Forms platform architecture, and then write the user interface for your application, bind it to the UI, and delve more deeply into XAML and how data-binding works in Xamarin.Forms</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course's project-based approach will solve all your needs when it comes to creating native Android, iOS, and cross-platform apps efficiently and effectively</span></span></p>
Table of Contents (3 chapters)
Chapter 1
Navigating Within The MVVM Model
Content Locked
Section 3
Understanding the Xamarin.Forms Navigation API
This video walks you through the Xamarin.Forms Navigation API - Get know the theory about the different types of navigation methods - Understand the usage of Navigation API to navigate between views - Understand how to properly pass information between views and view-models