Ao criar um composable reutilizável, é extremamente recomendado que utilize um Modifier (modificador) padrão. Você sabe o que e para que serve esse Modifier? Então bora 🧵
#JetpackCompose#Android#Kotlin
A while back, I modeled Africa's talking airtime data into a JSON format for use in any application. Here is a #jetpackcompose implementation. You can find it in this branch. lnkd.in/dsuHrDei@Africastalking
I took the liberty of modelling Validation rules for Africa's talking airtime sending API, which can be found here => lnkd.in/egCKwz7b.
The gist below contains a json file that consolidates all supported African countries.
@Africastalking#json#JetpackCompose
#JetpackCompose made me happy all these days during code-sessions since I started to. The most interesting thing is developing everything think about parts or components reusable. #androiddevelopers#compose#kotlin
derivedStateOf — a really common question we see is where and when is the correct place to use this API?
The answer to this question is derivedStateOf {} should be used when your state or key is changing more than you want to aster.cloud/2022/12/01/jetpa…#api#jetpackcompose