Go to file
Paul Schaub 3c817a3172
Hello I'm mercury!
2019-05-13 03:19:17 +02:00
.idea Hello I'm mercury! 2019-05-13 03:19:17 +02:00
app Hello I'm mercury! 2019-05-13 03:19:17 +02:00
config/checkstyle Run checkstyle before tests and fix import order rule 2019-03-28 01:45:38 +01:00
gradle/wrapper Temp commit 2019-05-04 00:27:02 +02:00
.gitignore Add .idea/caches to gitignore 2019-04-05 00:37:06 +02:00
README.md Add readme 2019-04-14 18:50:06 +02:00
build.gradle Temp commit 2019-05-04 00:27:02 +02:00
gradle.properties Initial commit 2019-03-27 21:24:47 +01:00
gradlew Initial commit 2019-03-27 21:24:47 +01:00
gradlew.bat Initial commit 2019-03-27 21:24:47 +01:00
settings.gradle Initial commit 2019-03-27 21:24:47 +01:00
version.gradle Temp commit 2019-05-04 00:27:02 +02:00

README.md

Messenger

Used Design Methods:

  • The app is developed using the MVVM (Model View Viewmodel) pattern using LifeCycle aware ViewModels
  • Components are wired together using Dependency Injection (DI) with Dagger 2
  • Data is persisted using Googles Room database library
  • UI is notified by updates to the data through the use of LiveData