Master CI/CD for Android Developers

所在平台: Udemy

课程主页: https://www.udemy.com/course/continuous-integration-and-continuous-delivery-for-android-developers/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Android开发者CI/CD大师课程 课程概述: 在本课程中,您将学习持续集成/持续交付(CI/CD)的基础知识,并能够将这些基础应用于您的Android应用开发流程。 CI/CD是现代软件开发中越来越重要的实践,适应这些概念对于提升您在职业市场的竞争力至关重要。 课程内容: 1. **持续集成(CI)**:该实践旨在确保所有开发人员的工作副本能够定期与共享的主干合并,以减少重新工作,提高开发效率。 CI要求开发者频繁地将他们的代码合并到主代码库中,从而降低合并过程中的复杂性和时间消耗,并提高代码稳定性。 2. **持续交付/部署(CD)**:CD在CI的基础上进一步扩展,确保软件的新变更能够更快、更可持续地发布给客户。这种方法利用自动测试和构建过程,使新的版本能够通过简单的点击释放给客户。 课程主题: - 持续集成 - 持续交付 - 应用中心 - GitHub Pull Requests - 分支保护 - 用户界面测试 - 应用诊断 - 应用分析 您将学习到的内容: - 追踪应用中的错误和崩溃 - 追踪应用中触发的事件 - 在应用开发过程中应用完整的CI/CD流程 - 利用GitHub触发代码检查和应用分发 - 使用应用中心自动化检查并保护重要分支 - 自动创建合并后的构建版本 - 自动将新版本分发给beta测试人员,并发布到Google应用商店 - 提高团队合作,通过自动构建和检查提升合并质量 - 利用应用中心的分析功能进行产品发现 - 在多种云托管的物理设备上测试应用 与其他CI/CD课程的不同之处: 本课程专为Android开发者定制,内容专注且实际,涵盖了其他课程中通常不涉及的主题,如Android应用开发的用户界面测试。 课程对象: 该课程不需要之前的CI/CD或DevOps经验,但渴望有基本的Git和GitHub经验。同时,该课程面向Android应用开发者,因此需要具备一定的Android应用开发基础。 开始学习: 如果您准备好开始学习,可以点击页面上的“注册”或“加入购物车”按钮,提升您的Android CI/CD技能。

课程评论(0条)

课程详情

What you will learn in this course?In this course, you will learn the fundamentals of CI/CD which is short for Continuous Integration/Continuous Delivery and be able to apply these fundamentals in your Android app development process.The word Deployment is often used in place of Delivery but effectively means the same thing.These skills are essential to maximize your career potential in 2019 and beyond, because more and more companies are adopting these development practices requiring new employees or freelancers to be well versed in these concepts.What is Continuous Integration (CI) ?CI is the practice of merging all programmers current working copies to a shared mainline on a regular basis (usually several times a day).A developer checks out a working copy of the code base prior to making a change. Over time as other developers check out and make changes, this checked out working copy of the source code base gets out of date, potentially requiring more and more work by developers to actually check their completed changes back in to the main repository.Without using CI it can become really difficult to merge all these changes and can lead to it taking more time to merge changes back into the main source code base than it took to make the the change itself.CI seeks to eliminate this problem by making sure all developers integrate early and often with the goal to reduce rework and ultimately save cost and time. This involves all developers merging their code back into the main repository multiple times a day.An added bonus is that each programmer who is merging changes needs to build and run (and pass) all unit tests which usually run automatically meaning the code base is easier to work with and merge changes into and is potentially more stable as a result.What is Continuous Delivery or Deployment (CD) ?This extends CI to ensure that new changes to software can be released to clients quicker, but in a more sustainable way. It takes the advantages of CI from a development perspective (automated testing, on code check-in, etc) allowing the actual code base to be built and new releases to be automatically released to the client, effectively meaning a new version can be deployed to the client by a click of a button.CI/CD concepts.By adhering to a CI/CD development process, the code base can be built and released more quickly, and is in a more stable state overall. These are some of the reasons why more and more companies are adopting a CI/CD development process in 2019 and beyond.Key topics in this course.1. Continuous Integration2. Continuous Delivery3. App Center4. GitHub Pull Requests5. Branch protection6. UI Tests7. App Diagnostics8. App AnalyticsWhat will you learn?• Learn how to track errors and crashes in your apps.• Learn how to track any event triggered within your apps.• Apply complete CI/CD flows in your app development process.• Use GitHub to trigger code checks and app distribution to users.• Use App Center to automate checks and protect important branches.• Leverage App Center to automatically create builds on every merge.• Automate the distribution of a new build to beta testers.• Automate the distribution of new releases to the Google app store.• Focus on the development of features, leave the build and distribution to App Center.• Improve teamwork with automatic builds and checks that improve the quality of your merges.• Enable product discovery with the help of Analytics in the App Center.• Test your app in a wide array of cloud-hosted physical devices.Differences with other CI/CD courses.While there are other CI/CD courses out there, most of them are too general. This course is completely tailored to Android developers, this way you can immediately start applying what you learn in your app development process. Because of this, the course also covers topics not normally found on other CI/CD courses, such as UI Testing for Android app development.Who is the course aimed at?The course does not require any previous CI/CD or DevOps experience, although some basic Git & GitHub experience is desirable.While this is a CI/CD course, it is oriented to Android app developers, so some basic Android app development experience is required.Getting startedIf you are ready to get started, click on the Enroll or Add to Cart button on this page and start taking your CI/CD skills with Android to the next level.

课程标签

0人关注该课程

主题相关的课程