注意在ViewModel 內絕不可引用View, Lifecycle, 或是任何本身還會引用activity context 的類別。若ViewModel 內需要使用context 就繼承AndroidViewModel。
確定! 回上一頁