mirror of
https://codeberg.org/Mercury-IM/Mercury-IM
synced 2024-10-31 21:45:59 +01:00
No description
.idea | ||
app | ||
config/checkstyle | ||
core | ||
documentation | ||
gradle/wrapper | ||
libs | ||
persistence | ||
persistence-room | ||
utils | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
mercury_icon.svg | ||
README.md | ||
settings.gradle | ||
version.gradle |
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
Building
git clone <project-url>
cd <project-directory>
git submodule init && git submodule update
gradle assembleDebug