安卓技术栈归纳

1、开发语言
kotlin java (Harmony os)

2、UI开发

xml jetpackCompose Material Design

3、四大组件
Activity Service Broadcast Receiver Content Provider

4、常用组件库
Navigation Hilt ViewModel Android KTX LiveData WorkManager Paging Appcompat Fragment Koin

5、设计架构

MVC MVP MVVM MVI

6、本地存储
Room DataStore(Preferences DataStore、Proto DataStore) sharedPreferences MMKV

7、网络通讯框架
Retrofit Volley Ktor OKhttp

8、优化

D8 R8

9、序列化类
Gson FastJson Moshi Kotlin Serialization

10、图片加载库
Coil Glide

11、日志库
Logger Timber

12、测试
junit Mockk Robolectric

相关推荐
alexhilton1 天前
深入理解withContext和launch的真正区别
android·kotlin·android jetpack
g***B7381 天前
Kotlin协程在Android中的使用
android·开发语言·kotlin
A***27951 天前
Kotlin反射机制
android·开发语言·kotlin
q***d1731 天前
Kotlin在后台服务中的框架
android·开发语言·kotlin
Mr_万能胶1 天前
到底原研药,来瞧瞧 Google 官方《Android API 设计指南》
android·架构·android studio
BINGCHN1 天前
NSSCTF每日一练 SWPUCTF2021 include--web
android·前端·android studio
aqi001 天前
FFmpeg开发笔记(九十一)基于Kotlin的Android直播开源框架RootEncoder
android·ffmpeg·kotlin·音视频·直播·流媒体
来来走走2 天前
Android开发(Kotlin) LiveData的基本了解
android·开发语言·kotlin
dongdeaiziji2 天前
深入理解 Kotlin 中的构造方法
android·kotlin
Ryan ZHENG2 天前
[Android][踩坑]Android Studio导入core-libart.jar
android·android studio·jar