Tab Control in MVVM CROSS

不羁的心 提交于 2019-12-04 21:16:55
Anthony Wu

Take a look at Stuart Lodge's N+1 days of MVVMCross Link Here

N=25 - Tabs (N+1 Days of MvvmCross)

edit: Some quick thought. Use message(N=9 video) to pass the selected filter option from 'Filter tab' to 'Search tab'. When 'Search tab' received the message, update(filter) the binding collection accordingly.

edit2: "My problem is how to fire the tab change event in MVXViewModel core project " iOS: SelectedViewController = ViewControllers[tabIndex];
Android: how to change tab of a tabactivity from an activity started by the tabactivity ? or change current tab Do all these in the VIEW code or bind the property to the viewmodel.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!