the MVP arch documentation is really good but real...
# android
c
the MVP arch documentation is really good but really needs Kotlin examples and documentation
t
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
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
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 😁