at com.facebook.react.modules.i18nmanager.I18nUtil.setPref (I18nUtil.java:1) at com.facebook.react.modules.i18nmanager.I18nUtil.allowRTL (I18nUtil.java:1) at com ...
Flutterアプリ開発で、ユーザーの設定や状態を永続化したい場面はよくありますよね。そんな時に使われるのがSharedPreferencesです。しかし、クリーンアーキテクチャ(MVVMパターン)で開発する場合、単純にSharedPreferencesを直接使うのではなく、適切な抽象化が ...
We got the following crash event on firebase: Fatal Exception: java.lang.RuntimeException: Unable to resume activity {com.MyApp.MainActivity}: java.lang ...
前回、アプリの基本的なゲームサイクルが完成したことをご報告しました。しかし、それはまだ用意した「仮のデータ」で動いている状態でした。 今回は、ついに親御さんが作った「やくそく」が、本当にお子さんの画面に表示され、タイマーとして動き ...