janishar / android-kotlin-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Apache License 2.0
699 stars 193 forks source link

Broadcast receiver with dependency injection #8

Closed daniftodi closed 5 years ago

daniftodi commented 6 years ago

Hi,

Great example of mvp and kotlin.

Please add an example of Broadcast receiver with dependency injection for Kotlin architecture.

Thanks.

daniftodi commented 6 years ago

Implemented in branch @MVPK-1