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

Dev.to · Nek.12
2mo ago
Case Study: How I Sped Up Android App Start by 10x
Real case study of Android app optimization: how to reduce cold start time from 17 to 1.7 seconds, improving retention from 82% to 98.5%. Concrete solutions: mi

Dev.to · Nek.12
2mo ago
AGP 9.0 is Out, and Its a Disaster. Heres Full Migration Guide so you dont have to suffer
I migrated 150k lines of code to AGP 9.0 and wrote a comprehensive, step-by step guide to migrating large Kotlin Multiplatform projects from AGP 8 to AGP 9, cov

Dev.to · Nek.12
3mo ago
Agents and Gradle Dont Get Along - I Fixed It in Two Commands
Introducing ksrc - a CLI utility that simplifies searching and viewing Kotlin library source code from 15+ commands down to two for your AI agents.

Dev.to · Nek.12
4mo ago
I compared 17 Kotlin MVI libraries across 103 criteria - here are THE BEST 4
Comparison of MVIKotlin, FlowMVI, Orbit MVI, and Ballast based on research across 70 Kotlin architecture libraries and 100+ criteria, with examples, pros, cons,

Dev.to · Nek.12
5mo ago
I achieved 0% ANR in my Android app. Spilling beans on how I did it - part 1
After a year of work, I reached 0% freezes (App Not Responding or ANRs) in my app. Sharing a complete guide with 12 tips: from removing SharedPreferences and en

Dev.to · Nek.12
5mo ago
How I built a game engine using MVI in Kotlin and avoided getting fired
I rebuilt a legacy game engine from scratch using MVI architecture and Kotlin, 7000+ -> 400 lines, 20s load time -> to 1.75s, crashes from 8% to 0.01%, and 1700

Dev.to · Nek.12
5mo ago
I Built a Wear OS App in One Evening. Full Guide and All the Google API Pitfalls
Built a Wear OS companion app in one evening, ran into terrible Java-based Google APIs and half-documented Horologist. Sharing my experience and step-by-step gu

Dev.to · Nek.12
5mo ago
How to load data in Kotlin with MVVM, MVI, Flow, Coroutines - COMPLETE Guide
Why this article? I've built 15+ apps and read thousands of articles on Kotlin Dev, and...

Dev.to · Nek.12
5mo ago
Events as State are an Antipattern in MVI and MVVM - Here's Why
I decided to write an article on a hot topic in the Kotlin dev community about one-off events...
DeepCamp AI