|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/kotlin-android/
课程评论:没有评论
课程名称:Kotlin for Android & Java Developers: Clean Code on Android 课程概述: 本课程旨在教您如何正确使用Kotlin来改善您的Android应用代码。您将学习如何编写null安全、简洁且可读性强的Kotlin代码,运用函数式和面向对象的概念,减少在使用Android API(例如SQLite)时的冗余代码。此外,课程还将指导您有效利用Android Studio以加速开发工作流程,并在遇到困难时为您解答疑惑。 为什么选择本课程: 自2015年底以来,我便已参与Kotlin的开发,课程“Kotlin for Beginners”的讲师,我清楚学生们关心的主题及易遇到的困难。我的第一门Kotlin课程已被官方Kotlin和Android网站推荐为学习Kotlin的重要资源,您可以放心获取优质的教学。 通过本课程,您将能够自信地将Kotlin应用于任何项目,同时,我们将专注于Android应用开发。 课程特色: 自Google在2017年官方支持Kotlin以来,很多新的相关课程相继推出,帮助推广Kotlin语言。但本课程与其他课程不同,它将重点教授良好的编码风格,帮助您利用Kotlin的强大特性编写比Java更好的代码,减少使用Android API时的冗余代码。 课程不涉及的内容: 本课程不是Android开发的参考课程,假设您已有一定的Android经验。我们将通过Kotlin强大的语言特性,帮助您编写更简洁的代码,避免在Android API周围的不必要代码冗余。完成课程后,您将能够将Kotlin应用于任何项目,而不仅限于Android应用。 学生评价: 许多学生在“Kotlin for Beginners”课程中给予积极反馈,称赞课程易于理解且讲师节奏适合初学者,对Kotlin的介绍清晰,提供了有效的示例和练习。 您将学习: - 如何设置Android开发环境及安装Android Studio - Kotlin基础知识:变量、空安全、不可变性、条件语句、循环、函数、异常处理 - Kotlin的函数式编程:高阶函数、Lambda表达式、惰性求值等 - Kotlin的面向对象编程:数据类、扩展函数、智能类型转换等 - 使用Kotlin进行Android开发:创建活动、布局、菜单、点击监听器,优化SQLite事务等 关于Kotlin: Kotlin是一种现代化的JVM语言,除了Java外,是Android唯一官方支持的语言,由IntelliJ的开发者Jetbrains创建。自Google在2017年宣布正式支持Kotlin以来,对该语言的兴趣急剧上升,并增加了相应的教程、课程和工作机会。Kotlin结合了行业最佳实践,允许您编写高度表达性、可理解且安全的代码,与Java完全兼容,您可以在Kotlin中使用任何Java类和方法,反之亦然。 本课程将展示Kotlin的语言特性以及如何应用这些特性以编写世界级代码。
Learn to use Kotlin the right way to actually improve your Android app codeWrite null-safe, concise, and readable code in Kotlin using functional and object-oriented conceptsWork around unnecessary boilerplate code when using Android APIs (e.g. SQLite) using higher-order extension functionsUse Android Studio effectively to speed up your development workflowGet your questions answered along the way should you ever get stuckWhy Take This Course?I've been involved with Kotlin since late 2015, before it was released in its first stable version. As the instructor of the course "Kotlin for Beginners", I know which topics students are interested in or get stuck with.My first Kotlin course is recommended from the official Kotlin website and from the official Android website as a resource to learn Kotlin for Android. So you can be sure to get quality teaching here.After this course, you'll be able to confidently use Kotlin for any kind of project - but we'll of course apply what we learn to Android app development in this course.What Makes This Course Special?Since Google's #IO17 announcement to officially support Kotlin on Android, many new courses on the topic have been released - which is great because it further helps to spread the language.What makes this course special is that while most other courses do not teach good coding style, this course will focus on producing clean code and teaches you to make use of Kotlin's amazing features to actually write better code than in Java. This way, you will get a huge benefit using Kotlin instead of Java, e.g. by avoiding boilerplate code around many Android APIs.What This Course Is NOTThis course is not an Android reference, I assume you already have at least some Android experience. Instead, you'll learn to write cleaner code for your apps by applying Kotlin's powerful language features to avoid unnecessary ceremony around Android APIs. Also, at the end of the course, you'll be able to use Kotlin for any kind of project - not just for Android apps.What Students Say About Me (taken from "Kotlin for Beginners")"TLDR; One of the best Kotlin course for beginners on Udemy! I took some time to write this review and wanted to finish the course THEN watch other courses offered here on Udemy and THEN want to see how good Peter was in teaching me basics of Kotlin so that I can apply the knowledge while writing actual android apps. And I am happy to report that it has helped me immensely. It wouldn't be wrong if I say that the I was easily understanding the WHYs and WHATs even if the teacher wasn't explaining in detail in other courses.Thank you Peter! You have taught me well! [...]"- Hasaan "Great introduction to Kotlin and programming for beginner programmers!"- Per-Erik "Easy to follow, instructor goes at a great pace that's friendly for beginners."- Ronaldo "beyond excellent!!!!"- Mike "Great start so far. Looking forward to a great course. Best online course I have taken, by far!!"- James "Found this to be a very good course to get an overview of Kotlin. Everything was explained clearly and the examples and exercises were very helpful. I'm glad that Peter is considering a course for Android using Kotlin since I'm curious about that subject."- James What You'll LearnHow to set up all you need for Android development using Kotlin (e.g. how to install Android Studio)The basics of Kotlin: variables, null safety, immutability, conditionals, loops, functions, exception handlingFunctional programming in Kotlin: higher-order functions, lambda expressions, lazy evaluation, lazy sequences, the Kotlin standard libraryObject-oriented programming in Kotlin: all you know from Java + data classes, extension functions, smart casts, object declarations, differences from Java concerning inheritanceAndroid development with Kotlin: creating activities, layouts, menus, click listeners, working around unnecessarily complex Android APIs, improving SQLite transactions with extension functions, avoiding null in your code ---What is Kotlin?Kotlin is a modern language for the JVM, and the only officially supported language on Android beside Java. It's developed by Jetbrains, the makers of IntelliJ on which Android Studio is based.Since Google's announcement to officially support Kotlin in 2017, interest in the language has radically increased - and with it the number of tutorials, courses, books, and also job offers for Kotlin. It's a great time to dive into this modern language and get ahead of other Android developers!With its modern language design that incorporates industry best practices, Kotlin allows you to write highly expressive, understandable and safe code - while being 100% interoperable with Java. You can use any Java classes and methods from Kotlin and the other way around.This courses shows you what language features I mean, and how you can apply them in order to write world-class code.