Stop Animating Modifiers Like This in Jetpack Compose
Animating offset or alpha properties using standard compose states can easily tank your UI frame rates. If you read animation states directly in compo…
Tech news from the best sources
Animating offset or alpha properties using standard compose states can easily tank your UI frame rates. If you read animation states directly in compo…
Hey DEV community! 👋 I just completely rebuilt and launched Mailfo v2.0 , an privacy-focused temporary disposable email app for Android[cite: 1, 2]. T…
JetBrains announced a new default project structure for KMP. Two shared modules — sharedLogic and sharedUI — plus separate application modules for eac…
MVVM seemed simple. Then you added ten MutableStateFlow properties to your ViewModel. MVI promised purity. Then you wrote a middleware for side effect…
User types "android" into your search box. That's 7 API calls if you wired it the way I did the first time. A few months later I shipped a pagination …