From 0de4895faddca4e578556c8775b743408eb4c9f8 Mon Sep 17 00:00:00 2001 From: nekocode Date: Wed, 7 Aug 2019 18:01:06 +0800 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7057690..cdef68c 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,8 @@ This template project includes some of the latest features in Android developmen - Uses kotlin completely (includes gradle build scripts) - Uses AndroidX & Android Architecture Components (includes Navigation, ViewModel, LiveData) - Uses some powerful generic libraries like RxKotlin, Dagger2, etc +- Includes some useful features & extensions: + - Provides convenient way to inject dependencies to Activity, Fragment & ViewModel + - Provides extension methods `autoDisposable()` for auto disposing rx streams in Activity, Fragment & ViewModel For more details, you can check the source code directly.