📰 Dev.to · SuriDevs
Articles from Dev.to · SuriDevs · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9011)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · SuriDevs
2d ago
Change App Language in Android (Jetpack Compose) — Runtime Locale Switch
For years, runtime language switching on Android was painful. You'd update the Configuration,...

Dev.to · SuriDevs
3w ago
Jetpack Compose Layouts: When to Use Row, Column, Box & ConstraintLayout
Every time I start a new screen in Compose, I ask myself the same question: Row, Column, Box, or...

Dev.to · SuriDevs
3w ago
Jetpack Navigation 3 Migration: Type-Safe Routes & Nav2
I have a production app with four bottom tabs, nine navigation graphs, and 40+ screens. Deep links...

Dev.to · SuriDevs
4w ago
Kotlin Coroutines: From Callback Hell to Clean Async Code
I spent years writing callback-based Android code. Nested callbacks inside callbacks, trying to chain...

DeepCamp AI