Path Courses
Introduction to Xamarin : Getting Started
In this course, you'll explore mobile development tools, setting up development environment. Furthermore, explore Xamarin and Xamarin Forms architecture and getting started with Xamarin Forms 5 with Visual Studio 2019.
In this course, you'll learn about the Xamarin history, mobile development frameworks, SDKs, tools and IDE to get started with Xamarin Forms.
What you will learn:
- Introduction to Xamarin
- Mobile Development Frameworks
- Setting up Development Environment
- Xamarin Architecture
- Xamarin Development Approaches
- Introduction to Xamarin Forms
- Creating Xamarin Forms Project
Xamarin Forms Layouts
Phones come in different shapes and sizes. In this course, you’ll learn how to utilize Layouts in Xamarin.Forms, that work on all the different types of interface sizes. Here, you’ll discover the different types of layouts in Xamarin.Forms and when to use which ones in which scenarios. When you’re finished with this course, you’ll have the skills and knowledge of layouts in Xamarin.Forms to create your mobile apps.
What you will learn:
- Xamarin Forms Layouts
- Layout Options
- Stack Layout
- Grid Layout
- Relative Layout
- Absolute Layout
- Xamarin Forms Views
XAML with Xamarin Forms
XAML in Xamarin.Forms allows us to build cross-platform mobile apps UI that run on Android, iOS, and Windows. In this course, learn the XAML language and its syntax. Next, you'll learn how you can build application UIs using pages, layouts, views and lists including data binding, events, triggers, behavior, and more. After finished this course, you'll have the skills to build UIs with XAML for your real-world Xamarin applications.
What you will learn:
- What is XAML
- XAML Compilation in Xamarin
- XAML Pages
- XAML Properties
- Data Binding
- MVVM
Xamarin Forms Pages and Navigation
Learn Xamarin pages and navigation for your Xamarin.Forms applications. Here you’ll learn different types of Xamarin pages. Further you’ll learn to implement navigation in Xamarin application using stack-based navigation. First, you’ll explore mobile application navigation patterns. next, you’ll learn how to utilize the other navigation patterns provided by Xamarin.Forms.
What you will learn:
- Xamarin Forms Pages
- Tabbed Page
- Carousel Page
- Flyout Layout
- Xamarin Forms Navaigation
- Modal Page Navigation
Xamarin Forms List, Images and Custom Renders
The main focus of any mobile UI is a list of data items and how they all customized. In this course, you’ll learn how to build data-driven list UIs with flexible layouts with the help of three types of list-based controls, the ListView, CollectionView, and TableView. Then, you'll discover how to use images in UI and create splash screens. Next, you’ll learn to about cutom renders and create them.
What you will learn:
- Xamarin Forms List
- List View, Table View and Collection View
- Working with Images
- Splash screens/Startup Screen
- Custom Renders
- Working with Custom Renders
Xamarin Forms Essentials and Themes
In this course, you will learn how to access android and iOS platform specific features and services through one common C# API. First, you will learn how to use device services such as geolocation, dialer, sms and email. Finally, you will discover how to integrate with other apps including maps, phone and email.
What you will learn:
- Display a To-Do List Of Items
- Create Item
- Remove Item
- Event Handling Using JavaScript
- Building To-do Project UI