Description
In this course, you will learn:-
- Students will be able to create a project, develop an Activity's UI, add logic to an Activity, read and receive results from an Activity, and update the Android SDK after completing this course.
Syllabus:-
-
Introduction
-
What is Xamarin?
-
Install Xamarin
-
Describe Xamarin.Android
-
Create a Xamarin.Android project
-
Decompose an app into Activities
-
Flash Quiz
-
Build an Activity's UI
-
Add views to a layout
-
Write an Activity's behavior
-
Implement behavior
-
The Xamarin.Android tools
-
Xamarin.Android and the Android SDK
-
Update Tools and SDK Platform
-
Explore the completed exercise
-
Flash Quiz
-
Understanding activities and context
-
Flash Quiz
-
Create an explicit intent
-
Start an Activity in your .apk
-
Navigation and the back button
-
Back stack and finishing an Activity
-
Programmatically end an Activity
-
Activities, Arguments, and Processes
-
Loading and Retrieving Arguments
-
Flash Quiz
-
Pass arguments to an Activity
-
Passing Data between Activities
-
Request codes and result data
-
Get Activity results
-
Flash Quiz