Skip to content
All posts

#mobile

15 posts tagged with mobile.

MFKAPPS 4 min read

How much water should you actually drink? A formula that beats '8 glasses a day'

The 8-glasses rule ignores your body weight, activity, and climate. Here's the body-weight formula clinicians actually use, with a worked example.

#mobile #ux #hydrame
MFKAPPS 4 min read

A calm phone setup: a beginner's roadmap

A practical, step-by-step roadmap to a calmer phone — notification triage, a smaller home screen, and batched check-ins that actually stick long-term.

#mobile #ux #notifications
MFKAPPS 5 min read

Jetpack DataStore in 2026: migrating off SharedPreferences without losing a setting

A practical guide to moving from SharedPreferences to Jetpack DataStore on Android — the async pitfalls, the migration path that preserves existing values, and how to test it.

#android #engineering #kotlin
MFKAPPS 4 min read

How to audit your subscriptions in 20 minutes (and actually cancel the ones you don't use)

A step-by-step subscription audit you can finish in one sitting — find every recurring charge, decide keep-or-cancel with one rule, and set a habit that keeps the list honest.

#subscriptions #ux #mobile
MFKAPPS 4 min read

Baseline Profiles on Android: what actually moves your cold-start time in 2026

A practical guide to Android Baseline Profiles — generating one with Macrobenchmark, wiring it into Gradle, measuring the real gain, and the three other things that move cold start more.

#android #engineering #kotlin
MFKAPPS 5 min read

A pantry inventory system that actually stops food from going to waste

Most food waste isn't bad planning — it's forgetting what's already there. A simple inventory and expiration-triage system that catches it before the bin does.

#mobile #ux #stocky
MFKAPPS 5 min read

Building Mintly: keeping a focus timer accurate when Android kills the process

A running Pomodoro timer has a harder reliability problem than a one-shot reminder. Here's how Mintly survives Doze, process death, and screen-off drift with a foreground service and a wall-clock end time.

#android #engineering #mobile
MFKAPPS 4 min read

A hydration routine that doesn't rely on willpower

Most hydration advice boils down to 'drink more water' and hopes willpower fills the gap. Here's a routine built around cues and gentle nudges instead.

#mobile #ux #reminders
MFKAPPS 4 min read

Android notification actions done right: marking a dose taken without opening the app

A practical guide to Android notification action buttons — PendingIntents, the trampoline restriction, goAsync(), and updating Room state safely.

#android #engineering #notifications
MFKAPPS 4 min read

The Pomodoro Technique that survives a bad day

The 25/5 timer is easy to start and easy to abandon. Here's a version of the Pomodoro Technique built around rituals, not streaks, so a rough day doesn't end the habit.

#ux #mobile #indie
MFKAPPS 5 min read

A budgeting system for people who've never stuck with one

Most budgets die in the first two weeks. A three-category system and a five-minute weekly check-in that survives a messy month, not just a perfect one.

#mobile #ux #indie
MFKAPPS 5 min read

Building a medication routine you'll actually stick to

A practical guide to medication adherence — why people miss doses, how reminder timing actually works, and how to build a routine that survives a bad week.

#reminders #ux #notifications
MFKAPPS 6 min read

Subscription overload: why I'm done linking my bank to apps

Subscription-tracker apps usually solve the problem by asking for your bank login. In 2026 there's a calmer way — on-device bill scanning, no Plaid, no aggregator.

#privacy #subscriptions #opinion
MFKAPPS 7 min read

Reliable Android reminders in 2026: WorkManager, exact alarms, and the new battery rules

How to ship reminders on Android in 2026 that actually fire — WorkManager vs AlarmManager, SCHEDULE_EXACT_ALARM, POST_NOTIFICATIONS, and the OEM quirks that still bite.

#android #engineering #mobile
MFKAPPS 7 min read

How I ship Android apps as a solo developer in 2026

An actual end-to-end launch playbook for shipping a Kotlin + Compose Android app alone in 2026 — scope, build, Play Store listing, and the boring bits that decide whether you ever launch.

#android #indie #mobile