Install
Android
Android platform updates, skins, and device ecosystem.
- 37 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Android
Backups and other lies
2+ hour, 54+ min ago (177+ words) Every sysadmin I know has the same secret: we do not actually back up half the things we tell other people to back up. I have been doing this for a decade. My recovery codes live in a directory called…...
Teaching our on-device assistant to say "I don't know"
3+ hour, 5+ min ago (406+ words) We're building FamiliaSync, an offline-first family organizer where all data stays encrypted on your own devices. That constraint extends to the assistant: every query has to run on the phone, no cloud calls allowed. Here's what happened when we replaced…...
Java 25 Compact Source Files: Simplifying Micronaut Application Startup
3+ hour, 11+ min ago (188+ words) In Java, a compact source file is a feature finalized in Java 25 (via JEP 512) that allows you to write a launchable Java program without explicitly declaring a class or a public static void main method. It is designed to minimize…...
Designing offline-first when there's no server
3+ hour, 39+ min ago (560+ words) I'm building an app with no backend. No accounts, no sync, no API. The database is a SQLite file on the phone, and that's the whole system. That sounds simpler than a client/server app. In some ways it is....
Android 17 QPR1 changes some Pixel status bar icons
3+ hour, 52+ min ago (18+ words) This month’s stable release of Android 17 QPR1 comes with some unexpected status bar icon changes on Pixel....
Share State Across Dart Isolates Without Losing Your Mind: Enter shared_map
4+ hour, 15+ min ago (436+ words) This is Part 3 of the Dart and Flutter series—practical guides, architectural deep dives, and hard-earned engineering lessons from the field. Each article is completely standalone. Dart’s concurrency model is built on Isolates. Unlike threads in Java, C++, or Go,…...
Why I Built ASOShot: A Free App Store Screenshot Editor
5+ hour, 7+ min ago (502+ words) Preparing store screenshots should be a short release task. In practice, it often turns into a small design project: find the current export sizes, place several captures in consistent frames, keep text readable, repeat the work for every locale, and…...
What Is SDK Governance, and Why "No Known CVEs" Doesn’t Mean "Safe"
2+ hour, 2+ min ago (36+ words) The False Comfort of a Green Scan Every engineering team knows the feeling: you run your dependency scanner, everything comes …...
The audio bugs nobody warns you about when you build a mobile looper
6+ hour, 40+ min ago (709+ words) I spent the last few months building an MPC-style pad sampler and looper for Android in Flutter. The UI was the easy part. The part that ate the time was audio — specifically, all the ways audio quietly breaks on a…...
Understanding Clear Data on Android
6+ hour, 54+ min ago (1497+ words) A working view of Understanding Clear Data on Android: An Android phone beside a clean storage workspace prepared for a reset. When a Architecting Hybrid Ai Agent Systems Mobile application misbehaves, users and developers often turn to a familiar troubleshooting…...