File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ A sample app that display list of Google news. The purpose of this project to il
4
4
5
5
1 . Architecture Design Pattern
6
6
2 . MVVM
7
- 2 . Hilt (Dependency Injection)
7
+ 2 . Dagger2 (Dependency Injection)
8
8
3 . Live Data, MediatorLiveData
9
9
4 . Room Database
10
10
5 . Retrofit
11
- 6 . Repository Pattern
12
- 7 . AndroidX
13
- 8 . Glide
14
- 9 . NetworkBoundResource, NetworkAndDBBoundResource
15
- 10 . Google News API
16
- 11 . JetPack Libraries
17
- 12 . View Binding
11
+ 6 . Unit Testing (Espresso), Mockito (Coming soon)
12
+ 7 . Repository Pattern
13
+ 8 . AndroidX
14
+ 9 . Glide
15
+ 10 . NetworkBoundResource, NetworkAndDBBoundResource
16
+ 11 . Google News API
17
+ 12 . JetPack Libraries
18
18
19
19
### Demo
20
20
<img height =" 400px " src =" https://github.com/WaheedNazir/Kotlin-MVVM-Architecture/blob/master/screens/sample_demo.gif " />
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
defaultConfig {
14
14
applicationId " com.kotlin.mvvm.architecture"
15
15
minSdkVersion androidMinSdkVersion
16
- versionCode 4
17
- versionName " 1.0.4 "
16
+ versionCode 3
17
+ versionName " 1.0.3 "
18
18
vectorDrawables. useSupportLibrary = true
19
19
multiDexEnabled true
20
20
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments