https://kotlinlang.org logo
Title
h

Harun

07/29/2018, 10:56 AM
Any good tutorial for MVVM+ retrofit 2 in Kotlin without dagger and data binding for Android
h

Harun

07/29/2018, 11:02 AM
Thanks let me have a look
The above is in java, i was looking for a kotlin one
g

gildor

07/29/2018, 1:05 PM
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

Harun

07/29/2018, 1:11 PM
Thanks let me follow the two
m

max.cruz

07/30/2018, 12:10 AM
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

gildor

07/30/2018, 1:13 AM
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

rkeazor

07/30/2018, 8:15 PM
I second the Caster vid
h

Harun

07/30/2018, 9:01 PM
@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