We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近巷では MVC や MVVM などの GUI アーキテクチャから、Redux や VIPER などのアプリアーキテクチャまで様々なアーキテクチャが話題になっています。どれでもいいので本プロジェクトを自分の慣れたアーキテクチャに修正してください。
※本課題は #4 の上位互換です。
The text was updated successfully, but these errors were encountered:
アプリ アーキテクチャ ガイド も参考にしつつ、ViewModel を StateHolder とする MVVM でやることにする。 (慣れたのでいうと、MVVM か VIPER ?)
UI Layer は Jetpack Compose でやる。 -> #8 また、hilt 使って DI をおこなう。
Sorry, something went wrong.
こちらの公式 に従って 2.44 をインストールしたら、Kotlin のバージョンが古いって怒られた。 → 合わせて 2.37 に変更した
疑問 アプリで使うライブラリのバージョンっていつアップデートするんだろう
refactor: presentation Layer を導入 (#6)
906e873
feat: Hilt を導入 (#6)
ccce35a
Successfully merging a pull request may close this issue.
最近巷では MVC や MVVM などの GUI アーキテクチャから、Redux や VIPER などのアプリアーキテクチャまで様々なアーキテクチャが話題になっています。どれでもいいので本プロジェクトを自分の慣れたアーキテクチャに修正してください。
※本課題は #4 の上位互換です。
The text was updated successfully, but these errors were encountered: