From 28aaa3db73de4b6950492356ef3e0aae97c5da66 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sun, 14 Apr 2019 18:50:06 +0200 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6826c2 --- /dev/null +++ b/README.md @@ -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