tscholze / xamarin-road-to-surface-duo

#rTsd - This ia a work in progress Xamarin.Forms Android project which is intended to feature most of the new features that makes the upcoming Microsoft Surface Duo phone unique.
MIT License
13 stars 2 forks source link

Implement Video support in ItemPage/View #7

Closed tscholze closed 4 years ago

tscholze commented 4 years ago

Abstract To support the YouTube feature of the app, we need a detail handling for embedded videos.

What's done? At the moment, the ItemPage/View will be called after the user selected an item with a VideoViewModel .

What's next? Handle in the ItemPage/View the new view model and present an embedded YouTube Video via WebView.

tscholze commented 4 years ago

The current solution is good enough for the MVP version of the app. Should be smoothed out in upcoming versions.