Add readme

This commit is contained in:
Paul Schaub 2019-04-14 18:50:06 +02:00
parent 125fea334f
commit 28aaa3db73
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# 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