|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/beginner-introduction-to-mobile-app-development-with-xamarin/
课程评论:没有评论
**课程名称:** Xamarin入门:移动应用开发新手指南 **课程概述:** 本课程将介绍 Xamarin 平台,这是一个强大的工具,可以帮助开发者使用同一份代码库为 Android、iOS 和 Windows 三大主流平台创建跨平台移动应用程序。Xamarin 使用 C# 作为编程语言,极大地解决了开发者为不同平台重复开发相同应用的痛点。传统方法需要为每个平台使用不同的开发工具和编程语言,而 Xamarin 则可实现一次开发,多平台部署。 **课程内容亮点:** * **环境搭建:** 学习如何在 Mac 和 Windows 上安装 Visual Studio,并了解 Visual Studio 和 Xamarin 开发环境。 * **跨平台应用创建:** 通过实际操作,创建您的第一个跨平台测试应用程序。 * **应用修改与测试:** 学习如何修改应用中的文本内容,并使用 Android 模拟器和 iOS 模拟器测试您的应用。 * **XAML 代码修改:** 掌握 Xamarin 中 XAML 代码的修改技巧,用于构建用户界面。 * **Xamarin 开发模式:** 了解 Xamarin 可用于原生应用开发的三种主要模式:Xamarin.Forms, Xamarin.iOS, 和 Xamarin.Android。特别是 Xamarin.Forms,它允许您跨平台共享核心业务逻辑和用户界面代码。 **通过本课程,您将能够:** * 理解跨平台移动应用开发的概念。 * 熟练掌握 Xamarin 的基本开发流程。 * 使用 C# 和 Xamarin 开发简单的移动应用程序。 * 体验使用同一份代码库为多个平台开发应用的优势。
Xamarin is a software platform that enables you to create cross platform apps that will work on the top three platforms (Android, IOS, Windows) using the same codebase. The programming language used by Xamarin is C#. Xamarin has in a way solved a problem most developers face and that is developing the same app multiple times for each of the top three platforms: Android , IOS and Windows. Without Xamarin developers will have to use different development tools and programming languages to develop the same app for the top three platforms..Topics include:Installing visual studio on macInstalling visual studio on WindowsOverview of Visual studio and Xamarin development environmentCreating a cross platform test appModifying textTesting your app in an Android simulatorTesting your app in an IOS SimulatorModifying XAML code Xamarin can be used to develop native apps using:Xamarin.formXamarin.IOSXamain.Andoid. Using xamarin.form enables you use the same codebase across the top three platforms.