https://kotlinlang.org logo
Title
b

BillKarv

04/03/2018, 10:05 PM
hello guys, do you know a good example - tutorial of mvp implementation in android + kotlin + dagger 2 ?
d

Davor

04/04/2018, 9:51 AM
I’ve been in the same situation recently looking for mvvm examples and had the same problem. I’d recommend just taking one approach and copying it for your own project until you understand dhow it works.
👍 1
b

BillKarv

04/04/2018, 10:43 PM
Thank you, I'll do it this way
u

Umair Javid

04/05/2018, 3:45 PM
working on library that does kotlin + mvvm + databinding (base classes) feel free to take a look at the code and use what you need: https://github.com/ujavid/Kombind
👍 1