133 private links
🚀🧨📝 Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others. - SmartToolFactory/Jetpack-Compose-Tutorials
This post is not meant to teach you everything about Compose but rather it’ll be more like a roadmap that you can use to learn Compose...
Swift se copia de Dart y compacta mejor la sintaxis con macros, Kotlin se copia de Dart y la compacta aún mejor con macros. Dart, desde su versión 3.5, se copia las macros de Swift y Compose: así puntúa el doble y gana la partida.
Manuel Vivo aims to summarise the Android Developer guidance on the UI layer, explore all the entities involved in it, understand the role each part plays, and discuss best practices.
Juan Mengual describes one of the not-so-obvious risks that you need to understand when using Flows.
Sinasmaki creates a bottom navigation bar in a glassmorphic design style using the new Haze library by Chris Banes.
In this blog post, we'll explore RenderEffect by creating some cool examples with a rendering effect.
Space Dawn is a demo app built to demonstrate the use of Mutli-Module Clean MVVM Architecture with Jetpack Compose by following Material-3 guidelines along with other MAD libraries. The app lets a user Save reminders/alarms for the upcoming Rocket Launches From around the world.
LiveData was something we needed back in 2017. The observer pattern made our lives easier, but options such as RxJava were too complex for beginners at the time. The Architecture Components team created LiveData: a very opinionated observable data holder class, designed for Android. It was kept simple to make it easy to get started and the recommendation was to use RxJava for more complex reactive streams cases, taking advantage of the integration between the two.