✕ Clear all filters
10 articles

📰 Dev.to · Nek.12

10 articles · Updated every 3 hours · View all reads

All Articles 67,087Blog Posts 99,834Tech Tutorials 16,211Research Papers 13,808News 12,523 ⚡ AI Lessons
I compared 17 Kotlin MVI libraries across 103 criteria - here are THE BEST 4
Dev.to · Nek.12 6mo 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,
I achieved 0% ANR in my Android app. Spilling beans on how I did it - part 1
Dev.to · Nek.12 6mo 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
How I built a game engine using MVI in Kotlin and avoided getting fired
Dev.to · Nek.12 6mo 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
I Built a Wear OS App in One Evening. Full Guide and All the Google API Pitfalls
Dev.to · Nek.12 6mo 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
How to load data in Kotlin with MVVM, MVI, Flow, Coroutines - COMPLETE Guide
Dev.to · Nek.12 6mo 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...
Events as State are an Antipattern in MVI and MVVM - Here's Why
Dev.to · Nek.12 6mo 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...