juanmendez / jetpack-compose

learning jetpack compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetpack Compose

Each learning chapter is stored in its own branch.

Good to read

There was a time in 2021 I worked solely in Flutter. Their reactive pattern is very similar to what's being used in Jetpack Compose. Where in Flutter there are stateless and stateful widgets, here composables dictate themselves to be stateful or not. But overall it is the same flowable pattern propagating changes in ui elements where there is necessity and skipping others which don't need it.

One thing is for sure this reactive pattern is used also in React Native, and other frameworks such as Swift UI.

About

learning jetpack compose

License:The Unlicense


Languages

Language:Kotlin 100.0%