jshvarts / ConductorMVP

Multi-project Clean Architecture MVP app in Kotlin using Conductor, Room, RxJava 2, Dagger 2 with custom scopes
Apache License 2.0
194 stars 30 forks source link

Move adapter click listener into constructor, add ext fun #4

Closed jshvarts closed 6 years ago

jshvarts commented 6 years ago

1) Move Adapter's click listener into constructor. 2) Add initRecyclerView extension function

P.S. I realize that the Adapter is not immutable due to mutableListOf<Note>