ユニファ開発者ブログ

ユニファ株式会社プロダクトデベロップメント本部メンバーによるブログです。

Jetpack Compose

How to Use Coroutine with Jetpack Compose

kotlin coroutine Greetings! I'm Farhan, an Android Engineer. In software development, keeping applications responsive is a key challenge. Asynchronous programming is an important technique that addresses this issue by allowing long-running…

Jetpack Compose でUI StateとViewModelを使った状態管理

こんにちは、Androidエンジニアのジャズニーです。 最近になってようやく本格的にJetpack Composeに取り組んでみようと決意して、色々と勉強したり試したりしているなかで、状態管理という重要な問題の対応方法について調べていて、色々なやり方ある中、自分…

How to Use Animation with Jetpack Compose

Greetings! I'm Farhan, an Android Engineer from the Product Engineering Department. "Animation is not the art of drawings that move but the art of movements that are drawn." - Norman McLaren In the field of Android development, Jetpack Com…