All Projects → chaxiu → Kotlinjetpackinaction

chaxiu / Kotlinjetpackinaction

Licence: gpl-3.0
🔥🔥 Kotlin Jetpack zero to hero. 新手到高手

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotlinjetpackinaction

Movieapp Clean Architecture
Learning Project (Movie App) For Applying Android Architecture Components And Clean Architecture Using MVVM With Kotlin
Stars: ✭ 123 (-53.41%)
Mutual labels:  coroutines, mvvm, clean-architecture, viewmodel, livedata, databinding
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (-41.67%)
Mutual labels:  coroutines, mvvm, clean-architecture, viewmodel, retrofit2, databinding
Gallerit
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
Stars: ✭ 153 (-42.05%)
Mutual labels:  coroutines, mvvm, viewmodel, retrofit2, livedata
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+44.7%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata, databinding
Sunset-hadith
Islamic app written with Kotlin, using KTOR + coroutines + flow + MVVM + Android Jetpack + Navigation component. Old version using RxJava + Retrofit + OKHttp
Stars: ✭ 26 (-90.15%)
Mutual labels:  coroutines, viewmodel, retrofit2, databinding, livedata
Wanandroid
Jetpack MVVM For Wanandroid 最佳实践 !
Stars: ✭ 1,004 (+280.3%)
Mutual labels:  coroutines, mvvm, viewmodel, livedata, databinding
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+55.3%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata, databinding
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+60.98%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata, databinding
Moko Mvvm
Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
Stars: ✭ 329 (+24.62%)
Mutual labels:  coroutines, mvvm, viewmodel, livedata, databinding
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (-17.42%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata, databinding
Sample Code Movies
This repository contains sample code. Its purpose being, to quickly demonstrate Android and software development in general, clean code, best practices, testing and all those other must know goodies.
Stars: ✭ 81 (-69.32%)
Mutual labels:  coroutines, mvvm, clean-architecture, viewmodel, livedata
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (-93.56%)
Mutual labels:  coroutines, mvvm, clean-architecture, viewmodel, databinding
DeezerClone
This Application using Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData),Navigation based on MVVM architecture.
Stars: ✭ 81 (-69.32%)
Mutual labels:  coroutines, mvvm, viewmodel, livedata
Android Clean Arch Coroutines Koin
Implemented by Clean Architecture, MVVM, Koin, Coroutines, Moshi, Mockk, LiveData & DataBinding
Stars: ✭ 173 (-34.47%)
Mutual labels:  coroutines, clean-architecture, livedata, databinding
PlayAndroid
✌️✊👋玩安卓Mvvm组件化客户端,整合Jetpack组件DataBinding、ViewModel以及LiveData;屏幕适配✔️状态栏沉浸式✔️黑夜模式✔️,无数据、加载失败状态页;骨架屏、Koin依赖注入等
Stars: ✭ 193 (-26.89%)
Mutual labels:  mvvm, viewmodel, databinding, livedata
Jethub
Sample App with Jetpack components(LiveData, Navigation, ViewModel) + MVVM + coroutine + single activity
Stars: ✭ 224 (-15.15%)
Mutual labels:  coroutines, mvvm, viewmodel, livedata
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (-63.64%)
Mutual labels:  coroutines, mvvm, viewmodel, retrofit2
Ktarmor Mvvm
👻 Android快速开发框架, KtArmor 寓意着 为Android 赋予战斗装甲, 方便开发者快速进行Android 开发。
Stars: ✭ 148 (-43.94%)
Mutual labels:  coroutines, mvvm, viewmodel, livedata
Books jetpack
A sample application to demonstrate how to use Jetpack Architecture Components in an Android Application following the Clean Architecture concepts.
Stars: ✭ 241 (-8.71%)
Mutual labels:  coroutines, mvvm, viewmodel, databinding
Dagger-Hilt-MVVM
Sample app that demonstrates the usage of Dagger Hilt with Kotlin & MVVM
Stars: ✭ 62 (-76.52%)
Mutual labels:  coroutines, viewmodel, retrofit2, livedata

中文

KotlinJetpackInAction

A super-simple project demonstrating how to use Kotlin and Jetpack step by step. More information could be found in my posts: "Kotlin Jetpack In Action"

Why this project?

  • I made this project as simple as possible, so that we can focus on how to use Kotlin and Jetpack rather than understanding business logic.
  • We will rewrite it from "Java + MVC" to "Kotlin + Coroutines + Jetpack + Clean MVVM", line by line, commit by commit.

How to use this project?

Trainings Branches/Package Corresponding Posts (English) Corresponding Posts (Chinese)
Quick Start For Java Developers / Not Translated Quick Start For Java Developers
Kotlin DSL Training chapter_02_kotlin_dsl_training Not Translated Kotlin DSL For Gradle
Code Refactoring From Java To Kotlin chapter_03_kotlin_refactor_training Not Translated Common Mistakes that Kotlin Newbees Make
Kotlin HTML DSL Training chapter_04_lambda Not Translated Writing HTML with Kotlin Higher-Order-Function
Kotlin Generics Training chapter_05_generics Not Translated Kotlin Generics
Kotlin Extension Training chapter_06_extension Not Translated Kotlin Extension
Kotlin Delegation Training chapter_07_delegate Not Translated Kotlin Delegation
Kotlin Coroutines Debug chapter_08_coroutine_debug Not Translated Kotlin Coroutine Debug Skill
Coroutines Under The Hood source code of chapter 09 Kotlin Coroutines Animation Explanation Kotlin Coroutines Animation Explanation

ScreenShot


👉 Kotlin Coroutines Animation Explanation

Thread & Coroutines

Thread & Coroutines

CPS Transformation

CPS

Execution flow

flow

Coroutines Under The Hood

Coroutines Under The Hood

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].