Any good tutorial for MVVM+ retrofit 2 in Kotlin w...
# android
h
Any good tutorial for MVVM+ retrofit 2 in Kotlin without dagger and data binding for Android
h
Thanks let me have a look
The above is in java, i was looking for a kotlin one
g
If tutorial and approach is good, just use it with Kotlin, Kotlin plugin even can convert code for you
Not sure about retrofit, but it's not really related to MVVM, it's just a call of async API
h
Thanks let me follow the two
m
There is an excellent course about MVVM on Caster.IO; It is with Java, but there is nothing particular to the language in the architectural pattern.
đź‘Ť 2
🔥 1
Maybe a difference is that in Kotlin you can use Android extensions to bind the view instead of Data Binding Library or another.
g
If you use Data Binding Library. “bind the view” is definitely not the only thing that you would do with it, it’s very small part
r
I second the Caster vid
h
@max.cruz yeah i noticed that as i was doing the implementation
I realized that too, I was able to implement the architectural patterns fully using Kotlin,and i can confirm its not particular to a language
đź‘Ť 1