Submit your talk proposal to speak at #dcug23 🚨 We are looking for speakers that will inspire, educate & captivate other #AndroidDevs, especially if you're well-versed in topics like #AI/ML, #Kotlin, #JetpackCompose, or any other #Android topics:
https://t.co/ervEUtmgzd
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. https://t.co/spsg2MZUus @Africastalking
I took the liberty of modelling Validation rules for Africa's talking airtime sending API, which can be found here => https://t.co/scaoIhHdKS.
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
Published "PermissionFlow: A Reactive API for knowing the status of Android app permissions" 🚀.
This can help you to add hooks on the permissions and watch them🧐!
📖Read: https://t.co/KkfXcdIhdw
#androiddev#jetpackcompose#kotlin#opensource
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 https://t.co/zKuZxrSTjw #api#jetpackcompose