Skip to content

Commit 95bfc55

Browse files
committed
update README
1 parent 35b34b9 commit 95bfc55

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

README.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,39 @@ Android学习笔记
118118
- [架构设计][272]
119119
- [1.架构简介][273]
120120

121+
- [Jetpack][287]
122+
- [Jetpack简介][288]
123+
- [architecture][289]
124+
- [1.简介][293]
125+
- [2.ViewBinding简介][294]
126+
- [3.Lifecycle简介][295]
127+
- [4.ViewModel简介][296]
128+
- [5.LiveData简介][297]
129+
- [6.DataBinding简介][298]
130+
- [7.Room简介][299]
131+
- [8.PagingLibrary简介][300]
132+
- [9.App Startup简介][301]
133+
- [10.DataStore简介][302]
134+
- [11.Hilt简介][303]
135+
- [12.Navigation简介][304]
136+
- [13.Jetpack MVVM简介][305]
137+
- [14.findViewById的过去及未来][306]
138+
- [ui][290]
139+
- [Jetpack Compose简介][307]
140+
- [material][308]
141+
- [1.MaterialToolbar简介][309]
142+
- [2.NavigationView简介][310]
143+
- [3.NestedScrollView简介][311]
144+
- [4.CoordinatorLayout简介][312]
145+
- [5.AppBarLayout简介][313]
146+
- [6.CollapsingToolbarLayout简介][314]
147+
- [7.Snackbar简介][315]
148+
- [8.TabLayout简介][316]
149+
- [foundation][291]
150+
- [1.简介][317]
151+
- [behavior][292]
152+
- [1.简介][318]
153+
121154
- [图片加载][45]
122155
- [Glide简介(上)][25]
123156
- [Glide简介(下)][26]
@@ -605,6 +638,38 @@ Android学习笔记
605638
[ 284 ]: https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/LeakCanary%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md. "LeakCanary源码分析"
606639
[285]: https://github.com/CharonChui/AndroidNote/blob/master/JavaKnowledge/Java%E5%86%85%E5%AD%98%E6%A8%A1%E5%9E%8B.md "Java内存模型"
607640
[286]: https://github.com/CharonChui/AndroidNote/blob/master/JavaKnowledge/JVM%E6%9E%B6%E6%9E%84.md "JVM架构"
641+
[287]: https://github.com/CharonChui/AndroidNote/tree/master/Jetpack "Jetpack"
642+
[288]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/Jetpack%E7%AE%80%E4%BB%8B.md "Jetpack简介"
643+
[289]: https://github.com/CharonChui/AndroidNote/tree/master/Jetpack/architecture "architecture"
644+
[290]: https://github.com/CharonChui/AndroidNote/tree/master/Jetpack/ui "ui"
645+
[291]: https://github.com/CharonChui/AndroidNote/tree/master/Jetpack/foundation "foundation"
646+
[292]: https://github.com/CharonChui/AndroidNote/tree/master/Jetpack/behavior "behavior"
647+
[293]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/1.%E7%AE%80%E4%BB%8B.md "1.简介"
648+
[294]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/2.ViewBinding%E7%AE%80%E4%BB%8B.md "2.ViewBinding简介"
649+
[295]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/3.Lifecycle%E7%AE%80%E4%BB%8B.md "3.Lifecycle简介"
650+
[296]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/4.ViewModel%E7%AE%80%E4%BB%8B.md "4.ViewModel简介"
651+
[297]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/5.LiveData%E7%AE%80%E4%BB%8B.md "5.LiveData简介"
652+
[298]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/6.DataBinding%E7%AE%80%E4%BB%8B.md "6.DataBinding简介"
653+
[299]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/7.Room%E7%AE%80%E4%BB%8B.md "7.Room简介"
654+
[300]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/8.PagingLibrary%E7%AE%80%E4%BB%8B.md "8.PagingLibrary简介"
655+
[301]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/9.App%20Startup%E7%AE%80%E4%BB%8B.md "9.App Startup简介"
656+
[302]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/10.DataStore%E7%AE%80%E4%BB%8B.md "10.DataStore简介"
657+
[303]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/11.Hilt%E7%AE%80%E4%BB%8B.md "11.Hilt简介"
658+
[304]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/12.Navigation%E7%AE%80%E4%BB%8B.md "12.Navigation简介"
659+
[305]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/13.Jetpack%20MVVM%E7%AE%80%E4%BB%8B.md "13.Jetpack MVVM简介"
660+
[306]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/architecture/14.findViewById%E7%9A%84%E8%BF%87%E5%8E%BB%E5%8F%8A%E6%9C%AA%E6%9D%A5.md "14.findViewById的过去及未来"
661+
[307]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/Jetpack%20Compose%E7%AE%80%E4%BB%8B.md "Jetpack Compose简介"
662+
[308]: https://github.com/CharonChui/AndroidNote/tree/master/Jetpack/ui/material "material"
663+
[309]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/1.MaterialToolbar%E7%AE%80%E4%BB%8B.md "1.MaterialToolbar简介"
664+
[310]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/2.NavigationView%E7%AE%80%E4%BB%8B.md "2.NavigationView简介"
665+
[311]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/3.NestedScrollView%E7%AE%80%E4%BB%8B.md "3.NestedScrollView简介"
666+
[312]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/4.CoordinatorLayout%E7%AE%80%E4%BB%8B.md "4.CoordinatorLayout简介"
667+
[313]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/5.AppBarLayout%E7%AE%80%E4%BB%8B.md "5.AppBarLayout简介"
668+
[314]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/6.CollapsingToolbarLayout%E7%AE%80%E4%BB%8B.md "6.CollapsingToolbarLayout简介"
669+
[315]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/7.Snackbar%E7%AE%80%E4%BB%8B.md "7.Snackbar简介"
670+
[316]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/ui/material/8.TabLayout%E7%AE%80%E4%BB%8B.md "8.TabLayout简介"
671+
[317]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/foundation/1.%E7%AE%80%E4%BB%8B.md "1.简介"
672+
[318]: https://github.com/CharonChui/AndroidNote/blob/master/Jetpack/behavior/1.%E7%AE%80%E4%BB%8B.md "1.简介"
608673

609674

610675
Developed By

0 commit comments

Comments
 (0)