且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

干货来袭,推荐几款开源的Kotlin的Android项目

更新时间:2022-08-21 17:40:28

Google IO大会,谷歌宣布,将Kotlin语言作为安卓开发的一级编程语言。刷新Android的各大论坛,朋友圈,微信群。是时候总结一波Kotlin的Android项目了!
废话不多说,直接上项目,别忘了star一波!

1

阅读精选Kotlin版

https://github.com/LeeeYou/RsKotlin/
阅读精选Kotlin版是一个由Kotlin开发的简易App,主要用于学习Kotlin语言以及和最新的框架结合使用。

引入Kotlin1.1.0版开发
引入Dagger2.4结合Kotlin
引入Retrofit2.0结合Kotlin,抽取ServiceFactory
引入RxAndroid和RxKotlin
引入Toolbar并抽取基类
引入SmartTabLayout重构IndexActivity
利用WebView展示详情
引入Glide加载图片
引入ultra-ptr:1.0实现上拉加载更多

2

Android-mvp-kotlin-starter

https://github.com/ravidsrk/android-mvp-kotlin-starter
Kotlin + MVP + Dagger2 + RxJava2 + Robolectric + Espresso + Mockito + JaCoCo

[图片上传中。。。(2)]

3

Notelin

https://github.com/ImangazalievM/Notelin
Note-taking app Android Kotlin写的

4

GankClient-Kotlin

https://github.com/githubwing/GankClient-Kotlin

gank.io kotlin实现的干货***客户端
风格采用了Material Design. 多数控件都是design包里面的。
MVP架构 Rxjava + Retrofit + okhttp3 +Dagger2+Kotlin

[图片上传中。。。(5)]


5

FanfouHandpick 饭否精选

https://github.com/TonnyL/FanfouHandpick
本项目采用 Kotlin 开发,如果你使用的是 Java 进行Android开发,那么,在编译次项目时,需要在Android Studio中安装插件,并进行相关的配置。

6

PoiShuhui-Kotlin

https://github.com/wuapnjie/PoiShuhui-Kotlin

[图片上传中。。。(10)]


7

bodyweight-fitness-android

https://github.com/mazurio/bodyweight-fitness-android


8

PassAndroid

https://github.com/ligi/PassAndroid

[图片上传中。。。(17)]

9

SearchFilter

https://github.com/Yalantis/SearchFilter

[图片上传中。。。(18)]

END