https://kotlinlang.org logo
Title
c

codeslubber

10/02/2017, 10:04 PM
the MVP arch documentation is really good but really needs Kotlin examples and documentation
t

TomG

10/05/2017, 12:01 PM
In case of any interest, I just posted a sample MVVM Kotlin app, contains a couple of ViewModel unit tests https://github.com/alteredworlds/posts
👍 1
c

codeslubber

10/05/2017, 3:00 PM
First to star it. Do you like the new MVP stuff, Tom? was testing it good? I think it’s a really good direction for A, even if like Angular 2 it’s essentially throwing out the original platform.
t

TomG

10/07/2017, 7:58 PM
This particular sample doesn't use Google's ViewModel stuff. I really like MVVM from Windows dev back from in the day, so find it great fun to use on Android. This is my current preferred way of setting things up. Still exploring, though 😁