問題タブ [android-components]
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 - Android ViewModel の追加引数
AndroidViewModel
アプリケーション コンテキスト以外のカスタム コンストラクターに追加の引数を渡す方法はありますか。例:
カスタムViewModel
クラスを使用する場合は、フラグメントで次のコードを使用します。
String param
したがって、追加の引数を customに渡す方法がわかりませんViewModel
。アプリケーション コンテキストのみを渡すことができますが、追加の引数は渡すことができません。助けていただければ幸いです。ありがとうございました。
編集:いくつかのコードを追加しました。今は良くなっていることを願っています。