From 97af88ee15b7c916c99710dead630b6cc59ea6c4 Mon Sep 17 00:00:00 2001 From: casey langen Date: Wed, 21 Jun 2017 12:39:50 -0700 Subject: [PATCH] Update README.md --- src/musikdroid/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/musikdroid/README.md b/src/musikdroid/README.md index 85a8a3886..47119e264 100644 --- a/src/musikdroid/README.md +++ b/src/musikdroid/README.md @@ -2,7 +2,9 @@ `musikdroid` is an android app that is used to stream music from, or remote control, existing `musikbox` installations (windows, macos, or linux clients). -*disclaimer*: although `musikdroid` is generally very stable and performant, it does **not** employ best practices as prescribed by the android community at large. there is no `model-view-presenter`, and no `dependency injection`. it does not use architecture compoments (except for `Room`). it uses `RxJava`, but sparingly; only where it makes sense. instead, in general, it makes heavy use of lower-level android apis. `musikdroid` has, however, recently been converted to `kotlin`. +*disclaimer*: although `musikdroid` is generally very stable and performant, it does **not** employ best practices as prescribed by the android community at large. there is no `model-view-presenter`, and no `dependency injection`. it does not use `architecture compoments` (except for `Room`). it uses `RxJava`, but sparingly; only where it makes sense. instead, in general, it makes heavy use of lower-level android apis. + +`musikdroid` has, however, recently been converted to `kotlin`. # building