13 posts tagged MobileDevelopment.

← all topics

+ 90 one-off topics

Tagged MobileDevelopment

page 1 / 2
  1. What Building Lumo Taught Me About Full-Stack Development

    The final post in the Lumo series — everything I learned from building a full-stack personal finance app from scratch, the mistakes I'd avoid, and what comes next.

    #ThoughtsProcess #MobileDevelopment
  2. Building Lumo's Mobile App: React Native Patterns That Don't Suck

    Building a finance app in React Native that actually feels native — screen architecture, custom hooks, real-time sync, and the small details that matter.

    #MobileDevelopment #ThoughtsProcess
  3. Lumo: Why I'm Building a Personal Finance App from Scratch

    The origin story of Lumo — why I decided to build an entire personal finance ecosystem from scratch, and what the first few weeks looked like.

    #ThoughtsProcess #MobileDevelopment
  4. Flutter Didn’t Fail Me — But React Native Woke Me Up

    Flutter didn’t fail me, but React Native’s Expo Router woke me up. A die-hard Flutter dev explores why trading Widgets for URLs and Hooks changed everything.

    #Bun #MobileDevelopment
  5. Building a Custom Dynamic Link Solution for a Flutter App

    When Firebase deprecated Dynamic Links, I had to build my own solution. Here's the complete story of how I created a custom, cost-effective link sharing system for my Flutter app using Next.js and Firestore.

    #DevelopmentTools #MobileDevelopment
  6. Conquering the Update Nightmare: My Flutter Journey to a Robust In-App System

    My journey building a robust server-based in-app update system for Flutter. Tackle update nightmares, background downloads, edge cases & learn real-world mobile deployment challenges with MS Bridge.

    #MobileDevelopment #WebDevelopment
  7. From YOLO to 'I Know!': Master Production Error Logging as a Solo Dev (BugFender & Axiom)

    From 'YOLO' deployments to informed decisions! Learn how solo dev Abdul Rafay tackles error logging & crash reporting with BugFender (mobile) & Axiom (web)

    #MobileDevelopment #ThoughtsProcess
  8. Deploying Android Apps in 2025 — A Solo Dev's Journey

    In this post, I share the painful journey of deploying my Flutter-built Android app on the Google Play Store in 2025. From the introduction of strict new pol...

    #MobileDevelopment #ThoughtsProcess
  9. Idea → Code → App: My Build Story

    Let me show you how a small idea evolved into a complete app. I’ll share my workflow, tools, and lessons learned

    #MobileDevelopment #ThoughtsProcess
  10. Flutter Stuck at 'Running Gradle Task assembleDebug'? Here's the Fix (2026)

    Flutter stuck at 'Running Gradle task assembleDebug' forever? This guide fixes it on Windows, Mac, and Linux — Gradle cache issues, exit code 1, and slow first builds.

    #MobileDevelopment #Flutter