Skip to content

Commit 0de4895

Browse files
authored
Update readme
1 parent 08226c8 commit 0de4895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ This template project includes some of the latest features in Android developmen
2020
- Uses kotlin completely (includes gradle build scripts)
2121
- Uses AndroidX & Android Architecture Components (includes Navigation, ViewModel, LiveData)
2222
- Uses some powerful generic libraries like RxKotlin, Dagger2, etc
23+
- Includes some useful features & extensions:
24+
- Provides convenient way to inject dependencies to Activity, Fragment & ViewModel
25+
- Provides extension methods `autoDisposable()` for auto disposing rx streams in Activity, Fragment & ViewModel
2326

2427
For more details, you can check the source code directly.

0 commit comments

Comments
 (0)