Hey, I am creating a recycler view I am using RxJ...
# android
u
Hey, I am creating a recycler view I am using RxJava and MVVM so I created an itemVM which is linked to the adapter. When I set the adapter list it doesn't execute the function in the itemVM which sets the recycler view item fields value What am i doing wrong?
not kotlin but kotlin colored 3