Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
10zgurr committed Nov 18, 2019
2 parents bd800e7 + 438de67 commit cb7c41e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ You can learn from this project how to create Room Database and make queries wit

You can also take a look at DiffUtil feature which for updating your adapters' data in a more efficient way.

New Update : I've added the Dagger 2 Dependency Injection mechanism to my project to make the app more efficient and more stable. With this library, it makes a big difference in the big scale Android projects about the app's performance, stability, and reliability.
About the Dagger 2 Dependency Injection : https://github.com/google/dagger


The list of features that my project has:
- Android Data Binding
- Room Persistence Library
- Dagger 2 Dependency Injection
- MVVM Architecture
- Kotlin
- Kotlin Coroutines
Expand Down

0 comments on commit cb7c41e

Please sign in to comment.