|
1 | 1 | # DemoApp |
2 | 2 |
|
3 | | - |
4 | | -## 用到和计划使用的 Jetpack 库: |
5 | | - |
6 | | -- [x] [Core](https://developer.android.com/jetpack/androidx/releases/core) |
7 | | -- [x] [AppCompat](https://developer.android.com/jetpack/androidx/releases/appcompat) |
8 | | -- [x] [Activity](https://developer.android.com/jetpack/androidx/releases/activity) |
9 | | -- [x] [Fragment](https://developer.android.com/jetpack/androidx/releases/fragment) |
10 | | -- [x] [Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle) |
11 | | -- [ ] [Navigation](https://developer.android.com/jetpack/androidx/releases/navigation) |
12 | | -- [x] [Annotation](https://developer.android.com/jetpack/androidx/releases/annotation) |
13 | | -- [x] [Collection](https://developer.android.com/jetpack/androidx/releases/collection) |
14 | | -- [x] [Room](https://developer.android.com/jetpack/androidx/releases/room) |
15 | | -- [ ] [DataStore](https://developer.android.com/jetpack/androidx/releases/datastore) |
16 | | -- [x] [Hilt](https://developer.android.com/jetpack/androidx/releases/hilt) |
17 | | -- [ ] [WorkManager](https://developer.android.com/jetpack/androidx/releases/work) |
18 | | -- [ ] [Compose](https://developer.android.com/jetpack/androidx/releases/compose) |
19 | | -- [x] [ConstraintLayout](https://developer.android.com/jetpack/androidx/releases/constraintlayout) |
20 | | -- [ ] [MotionLayout](https://developer.android.com/training/constraint-layout/motionlayout) |
21 | | -- [x] [CoordinatorLayout](https://developer.android.com/jetpack/androidx/releases/coordinatorlayout) |
22 | | -- [x] [RecyclerView](https://developer.android.com/jetpack/androidx/releases/recyclerview) |
23 | | -- [x] [CardView](https://developer.android.com/jetpack/androidx/releases/cardview) |
24 | | -- [x] [VectorDrawable](https://developer.android.com/jetpack/androidx/releases/vectordrawable) |
25 | | -- [x] [Paging](https://developer.android.com/jetpack/androidx/releases/paging) |
26 | | -- [x] [ViewPager2](https://developer.android.com/jetpack/androidx/releases/viewpager2) |
27 | | -- [x] [Browser](https://developer.android.com/jetpack/androidx/releases/browser) |
28 | | -- [x] [WebKit](https://developer.android.com/jetpack/androidx/releases/webkit) |
29 | | -- [ ] [Benchmark](https://developer.android.com/jetpack/androidx/releases/benchmark) |
30 | | - |
31 | | - |
32 | | - |
33 | | -## 重要三方库 |
34 | | - |
35 | | -- [x] [Kotlin](https://github.com/JetBrains/kotlin) |
36 | | -- [x] [Coroutines](https://github.com/Kotlin/kotlinx.coroutines/releases) |
37 | | -- [x] [RxJava](https://github.com/ReactiveX/RxJava/releases) |
38 | | -- [x] [RxAndroid](https://github.com/ReactiveX/RxAndroid/releases) |
39 | | -- [x] [OkHttp](https://github.com/square/okhttp/releases) |
40 | | -- [x] [Retrofit](https://github.com/square/retrofit/releases) |
41 | | -- [x] [Moshi](https://github.com/square/moshi/releases) |
42 | | -- [x] [LeakCanary](https://github.com/square/leakcanary/releases) |
43 | | -- [ ] [DoraemonKit](https://github.com/didi/DoraemonKit/releases) |
44 | | -- [x] [Chucker](https://github.com/ChuckerTeam/chucker/releases) |
45 | | -- [x] [Coil](https://github.com/coil-kt/coil/releases) |
46 | | -- [x] [Glide](https://github.com/bumptech/glide/releases) |
47 | | -- [ ] [ARouter](https://github.com/alibaba/ARouter/releases) |
48 | | -- [x] [FastJson](https://github.com/alibaba/fastjson) |
49 | | -- [x] [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode/releases) |
50 | | -- [x] [PermissionX](https://github.com/guolindev/PermissionX) |
51 | | -- [x] [Gson](https://github.com/google/gson/releases) |
52 | | -- [x] [Material](https://github.com/material-components/material-components-android/releases) |
53 | | -- [x] [PhotoView](https://github.com/chrisbanes/PhotoView) |
54 | | -- [x] [SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout/releases) |
55 | | -- [x] [FlycoTabLayout](https://github.com/li504799868/FlycoTabLayoutZ) |
56 | | -- [ ] [ProtoBuf](https://github.com/protocolbuffers/protobuf/releases) |
57 | | - |
58 | | - |
59 | | - |
60 | | -## 重要三方插件 |
61 | | - |
62 | | -- [x] [GradleVersionsPlugin](https://github.com/ben-manes/gradle-versions-plugin/releases) |
63 | | -- [x] [KotlinterGradle](https://github.com/jeremymailen/kotlinter-gradle/releases) |
64 | | -- [ ] [Detekt](https://github.com/detekt/detekt/releases) |
65 | | - |
66 | | - |
67 | | - |
68 | | -## android.os.Build.VERSION_CODES 对照表 |
| 3 | +## android.os.Build.VERSION_CODES |
69 | 4 |
|
70 | 5 | | versionName | versionCode | name | year | |
71 | 6 | |--------------------------------------------|-------------|-------|------| |
|
0 commit comments