Igor Escodro

Results 21 issues of Igor Escodro

After the release of the outstanding Material You (M3) and the compose libraries, Alkaa is now being updated to this new design. 🎉

After the amazing round table in Android Dev Summit 2021, I was excited to improve the support for larger screens and Android 12 in Alkaa!

Create a screen to show all the third party libraries used in the project (OSS).

enhancement

Alkaa has a lot of documentation and even not been a library, maybe it will be nice to provide a documentation. See [Dokka](https://github.com/Kotlin/dokka)

enhancement

Hello, everyone! I'm facing some issues since I ported my application to Jetpack Compose. Some of my tests are failing in the GitHub Action but are passing locally. The error...

Unfortunately, the Instrumented Tests are failing a lot in the CI due to the Compose + Gradle Managed Devices usage. Since I'm not able to reproduce any of those failures...

While implementing support for `POST_NOTIFICATIONS`, I noticed that the `rememberPermissionState` returns `PermissionStatus.Denied` when called on devices API < 33. Although this is expected behavior since `ContextCompat.checkSelfPermission()` returns `-1` on these...

* **Autor:** Igor Escodro * **Perfil no medium:** escodro.medium.com * **Título do artigo:** Criando testes confiáveis para notificações Android * **Descrição:** Notificações são uma parte muito importante dos apps Android,...

artigo em revisão

Now it's time to go to the latest layers and convert the UI from Jetpack Compose to Compose Multiplatform. Won't lie, it was easier than I thought even if the...