Go to file
Paul Schaub 827581c036
Add notice about stable and unique sids to xeps.md
2019-08-31 19:44:28 +02:00
.idea Add new icon 2019-08-29 00:21:24 +02:00
app Remove old drawables 2019-08-31 18:45:30 +02:00
common/build/classes/java/main/org/mercury_im/messenger/persistence/store Avatar 2019-07-31 17:44:10 +02:00
config/checkstyle Run checkstyle before tests and fix import order rule 2019-03-28 01:45:38 +01:00
core Add comments and improve readability 2019-08-31 18:56:18 +02:00
documentation Add notice about stable and unique sids to xeps.md 2019-08-31 19:44:28 +02:00
gradle/wrapper Temp commit 2019-05-04 00:27:02 +02:00
persistence Add 'not yet implemented' warnings and implement message search in chat 2019-08-29 16:06:47 +02:00
persistence-room Add comments to MessageDao 2019-08-30 15:12:42 +02:00
utils Update smack-unique-snapshots.sh 2019-06-10 17:40:16 +02:00
.gitignore Add new icon 2019-08-29 00:21:24 +02:00
README.md Add readme 2019-04-14 18:50:06 +02:00
build.gradle Merging exp2 2019-08-03 19:13:07 +02:00
gradle.properties AndroidX 2019-05-18 10:06:16 +02:00
gradlew Initial commit 2019-03-27 21:24:47 +01:00
gradlew.bat Initial commit 2019-03-27 21:24:47 +01:00
mercury_icon.svg Add new icon 2019-08-29 00:21:24 +02:00
settings.gradle RxJava'ify 2019-08-03 19:05:50 +02:00
version.gradle Merging exp2 2019-08-03 19:13:07 +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