I have used MvvmCross
binding with MvxRecyclerView
and it works great. Now I need to use it for nested list and I don't have much progress.
All of implementation/code is in ViewModels
and my activities
have just a few lines of code. Parent MvxRecyclerView
and child MvxRecyclerView
both are rendered but, controls in parent container are all missing (except MvxRecyclerview
) , height of child container is short and ...
Looks like simple binding of Mvvm does not work as easy for list of list items. The only example I found was for for native android which is not applicable. I appreciate if anyone can post any code sample in this regards.