2023-08-01から1ヶ月間の記事一覧
変更点 Modifierのパフォーマンスが向上したのは以下の開発者ブログの通りです。 https://android-developers.googleblog.com/2023/08/whats-new-in-jetpack-compose-august-23-release.html Modifierには Modifier.composed {} という、ステートフルなModif…
Hoge<in T> とかはあまり使う機会が無い、あまり理解しないで使用していたので、これについてまとめます。 公式ドキュメントは以下。 https://kotlinlang.org/docs/generics.html#declaration-site-variance in Javaでは以下の様なStringをAnyにアップキャストの様</in>…