問題タブ [android-viewmodel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - MVVM の ExoPlayer
私は自分のアプリで exoplayer を使用しようとしていますが、MVVM デザイン パターンに従っています。プレーヤーのすべてのアクション (トラックの再生、一時停止、次へ... など) を処理する PlayerViewModel クラスを作成したいのですが、直面しました。コンテキストを使用して SimpleExoPlayer を初期化する必要があるが、ViewModel にコンテキストを設定できないという問題
私が何をすべきか提案はありますか?
前もって感謝します