|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/android-app-development-with-laravel-authentication/
课程评论:没有评论
课程名称:使用Laravel身份验证进行Android应用开发 课程概述:在本课程中,我们将学习如何开发一款Android应用,该应用允许用户进行注册、登录和注销,所需的API来自Laravel应用。Laravel是一个遵循MVC(模型-视图-控制器)架构的PHP框架。我们将使用Laravel Passport来保护我们的API,并允许用户获取可以使用的令牌来访问API。Laravel Passport为您的Laravel应用程序提供完整的OAuth2服务器实现。 此外,我们将使用Kotlin编程语言来构建Android应用。Kotlin是谷歌推荐的Android应用开发语言,相比Java,它更加简洁易写。使用Kotlin,您可以更快、更简单地开发Android应用或多平台应用。 课程还将介绍Jetpack Compose,这是一个用于构建原生Android用户界面的现代工具包。Jetpack Compose简化并加速了Android的UI开发,让您以更少的代码、强大的工具和直观的Kotlin API迅速实现应用功能。 本课程为希望掌握Android应用及其与Laravel应用集成的开发者提供了全面的学习路径。
In this course, we are going to learn how to develop an Android App that can allow users to Register, Login and Logout where the APIs come from the Laravel Application. Laravel is a PHP Framework that follows the MVC (Model View Controller) Architecture. And we are going to use Laravel Passport to secure our APIs and allow users to obtain tokens that can be used to consume the API. This is to say, Laravel Passport provides a full OAuth2 server implementation for your Laravel application.On the other hand, we are going to use Kotlin programming language to build an Android App, Kotlin is a recommended language by Google to develop Android Apps. You can run side by side with Java while being easier to write. If you want to develop Android apps or multi-platform applications with the JVM, you can do it quicker and simpler with Kotlin than with Java that is why we have chosen Kotlin in this course.In addition, we're going to use Jetpack Compose which is a modern toolkit for building native UI for Android. Jetpack Compose simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.