MvvmCross vnext : monodroid use a VideoView inside a plugin
问题 I was playing with Xamarin Mobile api MediaPicker which uses MediaRecorder with monodroid to make a plugin to record a video. Android must preview the video inside a VideoView. This restriction applies to wp7 and ios too for privacy. So, I need to get the VideoView (or Rectangle in wp7) from my custom view and setPreviewDisplay to this VideoView in my plugin (or init MediaPicker with this VideoView). What is the best way to implement my portable plugin which requires UI element ? Thanks in