Skip to content

Commit b5968e2

Browse files
committed
update
1 parent b1332d9 commit b5968e2

17 files changed

+51
-424
lines changed

ArchitectureComponents/1.简介(一).md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ override fun onDestroy() {
125125
包含本地的数据库等,网络`api`等,这些基本上和现有的一些`MVVM`,以及`Clean`架构的组合比较相似
126126

127127

128+
[下一篇: 2.集成(二)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/2.%E9%9B%86%E6%88%90(%E4%BA%8C).md)
129+
128130
---
129131

130132
- 邮箱 :charon.chui@gmail.com

ArchitectureComponents/2.集成(二).md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ dependencies {
153153
}
154154
```
155155

156+
157+
[上一篇: 1.简介(一)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/1.%E7%AE%80%E4%BB%8B(%E4%B8%80).md)
158+
[下一篇: 3.Lifecycle(三)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/3.Lifecycle(%E4%B8%89).md)
159+
160+
156161
---
157162

158163
- 邮箱 :charon.chui@gmail.com

ArchitectureComponents/3.Lifecycle(三).md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ public class MyActivity extends Activity implements LifecycleOwner {
165165
- 不要在`ViewModel`中持有任何`View/Activity``context`。否则会造成内存泄露。
166166

167167

168+
[上一篇: 2.集成(二)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/2.%E9%9B%86%E6%88%90(%E4%BA%8C).md)
169+
[下一篇: 4.LiveData(四)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/4.LiveData(%E5%9B%9B).md)
168170

169171

170172
---

ArchitectureComponents/4.LiveData(四).md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -303,16 +303,8 @@ class MyViewModel extends ViewModel {
303303

304304

305305

306-
307-
308-
309-
310-
311-
312-
313-
314-
315-
306+
[上一篇: 3.Lifecycle(三)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/3.Lifecycle(%E4%B8%89).md)
307+
[下一篇: 5.ViewModel(五)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/5.ViewModel(%E4%BA%94).md)
316308

317309

318310

ArchitectureComponents/5.ViewModel(五).md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ public class DetailFragment extends LifecycleFragment {
128128
<img src="https://raw.githubusercontent.com/CharonChui/Pictures/master/viewModel_saveinstancestate.png" width="100%" height="100%">
129129

130130

131+
[上一篇: 4.LiveData(四)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/4.LiveData(%E5%9B%9B).md)
132+
[下一篇: 6.Room(六)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/6.Room(%E5%85%AD).md)
133+
134+
131135
---
132136

133137
- 邮箱 :charon.chui@gmail.com

ArchitectureComponents/6.Room(六).md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,9 @@ static final Migration MIGRATION_2_3 = new Migration(2, 3) {
507507
```
508508

509509

510+
[上一篇: 5.ViewModel(五)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/5.ViewModel(%E4%BA%94).md)
511+
[下一篇: 7.PagingLibrary(七)](https://github.com/CharonChui/AndroidNote/blob/master/ArchitectureComponents/7.PagingLibrary(%E4%B8%83).md)
512+
510513

511514
---
512515

KotlinCourse/.idea/KotlinCourse.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

KotlinCourse/.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

KotlinCourse/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

KotlinCourse/.idea/workspace.xml

Lines changed: 0 additions & 389 deletions
This file was deleted.

0 commit comments

Comments
 (0)