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.

Latest in Android


dev.to > kestre88 > backups-and-other-lies-266c

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…...


dev.to > familia_sync > teaching-our-on-device-assistant-to-say-i-dont-know-66m

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…...


dev.to > anand_jaisy_2f7644a12001b > java-25-compact-source-files-simplifying-micronaut-application-startup-1ija

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…...


dev.to > akshay5651 > designing-offline-first-when-theres-no-server-1m4k

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....


9to5google.com > 09/20/2026 > android-17-qpr1-status-bar-icons

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....


dev.to > gde > share-state-across-dart-isolates-without-losing-your-mind-enter-sharedmap-221b

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,…...


dev.to > chnkc41 > why-i-built-asoshot-a-free-app-store-screenshot-editor-5apf

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…...


medium.com > @ilyassincere75 > what-is-sdk-governance-and-why-no-known-cves-doesnt-mean-safe-c53e9f4ffbaa

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 …...


dev.to > bellsal_b44bf6d > the-audio-bugs-nobody-warns-you-about-when-you-build-a-mobile-looper-4f7l

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…...


dev.to > ufebri > understanding-clear-data-on-android-38pi

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…...