Avoid referencing resources in ViewModel Android
Referencing resources like stringResource in ViewModel is anti-pattern. This post shows how to avoid it.
Referencing resources like stringResource in ViewModel is anti-pattern. This post shows how to avoid it.
ViewModelでstringResource等でリソースにアクセスするのはアンチパターンです。その解説と回避方法を載せています。
CoroutinesでInput dispatching timed out エラー、ホワイトアウト、画面固まりになった時の原因と対処法
launch・async・withContextの特徴を簡単なコードでまとめて比較しました!
runBlockingが何か、そしてAndroid開発では見かけない理由をまとめました。(テストでは有用らしいです。)
withContext(Dispatchers.IO) {} のようにDispatchersの数と簡単な説明をまとめました
Hiltってそもそも何?知識ゼロでもわかる!Android Hilt はじめの一歩!
ステートレスとステートフルを簡単なKotlinコードを使ってわかりやすくまとめています!Android開発者必見!
MutableState、remember、rememberSaveableの役割などを簡単に解説しています!コード例あり、最新版!
Val cannot be reassignedの解決方法とその原因を、簡単なコードを使って解説しています。