Closed tscholze closed 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 .
VideoViewModel
What's next? Handle in the ItemPage/View the new view model and present an embedded YouTube Video via WebView.
The current solution is good enough for the MVP version of the app. Should be smoothed out in upcoming versions.
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.