From 937e7c03d8780427a1e0618d45f722312c268a6a Mon Sep 17 00:00:00 2001 From: casey langen Date: Wed, 21 Jun 2017 12:38:58 -0700 Subject: [PATCH] Update README.md --- src/musikdroid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikdroid/README.md b/src/musikdroid/README.md index 08f08fafc..85a8a3886 100644 --- a/src/musikdroid/README.md +++ b/src/musikdroid/README.md @@ -2,7 +2,7 @@ `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. +*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