Caliburn Micro Xamarin Cross-Platform Phone Feature API's

旧时模样 提交于 2020-01-03 17:13:15

问题


Does Caliburn Micro have Cross-Platform Mobile feature API's? For example; a cross-plaform way to access a Smart-Phones (Android, iOS and Windows Phone) Location, Accelerometer, Maps, Phone, Contacts or etc.?

I know its alot to ask considering that Caliburn Micro Xamarin support was only beta released around a week ago but you never know. Maybe the beta release has these features or there are plugins like MVVM Cross has?


回答1:


There hasn't ever been a plugin system for Caliburn.Micro. At least nothing that I can think of from version 0.x. I don't believe there will ever be anything in the roadmap for it either.

Don't get me wrong about the abilities of the framework, its primary goal from what I started to work with it was its incredibly small foot print. It has all the necessary bits for doing MVVM. Some things will still be specific for use on windows (convention bindings) to controls with x:Name for example

https://github.com/Caliburn-Micro/Caliburn.Micro/issues/142



来源:https://stackoverflow.com/questions/32152888/caliburn-micro-xamarin-cross-platform-phone-feature-apis

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