Fexingo

Mobile Development with Fexingo: iOS, Android, and App Building Conversations

Business EN ↓ 104 episodes

Lucas and Luna explore the craft of building mobile apps, from iOS and Android fundamentals to architecture decisions and deployment workflows. Each episode digs into a single practical question: how to structure a feature, manage state across platforms, or optimize for performance without sacrificing readability. The hosts debate real-world trade-offs using concrete examples—a navigation pattern in SwiftUI versus Jetpack Compose, the role of dependency injection in testable code, or when to reach for a cross-platform framework. They avoid hype and focus on what works in production, citing ope...

Author

Fexingo

Category

Business

Podcast website

www.fexingo.com

Latest episode

Jul 11, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

How Mobile Apps Use On-Device AI for Real-Time Style Transfer 16.06.2026

In this episode, Lucas and Luna explore how mobile apps are using on-device AI to perform real-time style transfer — applying artistic filters to photos and video without sending data to the cloud. They focus on the technical breakthrough behind Apple's iOS 18 'Artistic Portrait' feature, which processes a 12-megapixel image in under 200 milliseconds entirely on-device using a neural network train...

How Mobile Apps Use On-Device AI for Real-Time Gesture Navigation 15.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps in 2026 are using on-device AI to enable real-time gesture navigation—no cloud, no latency, no privacy trade-offs. They dive into how Apple's UIKit and Google's Jetpack Compose now integrate lightweight neural networks that interpret swipes, pinches, and custom gestures without sending data to servers. The h...

How Mobile Apps Use On-Device AI for Real-Time Object Removal 15.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna dive into the growing trend of on-device AI for real-time object removal in mobile apps. They explore how apps like Google Photos and Adobe Lightroom now allow users to erase unwanted people, power lines, or photobombers instantly without sending data to the cloud. Lucas explains the underlying technology—semantic segmentation and...

How Mobile Apps Use Reactive UI With Kotlin Flow 14.06.2026

In this episode, Lucas and Luna explore how Android developers are using Kotlin Flow for reactive UI patterns in 2026. They break down a real example: a food delivery app that eliminated manual state refreshing by using Flow to observe live order status changes. Lucas explains the difference between StateFlow and SharedFlow, and why cold flows matter for database queries. Luna shares how iOS devel...

How Mobile Apps Are Using On-Device AI for Real-Time Voice Modulation 14.06.2026

Lucas and Luna explore how mobile apps are using on-device AI to modulate voices in real time—changing pitch, tone, and accent during calls, recordings, and live streaming. They break down the technology behind voice conversion models that run entirely on the phone, preserving privacy while enabling new use cases from accessibility to entertainment. The episode focuses on the specific case of a 20...

How Mobile Apps Use On-Device AI for Real-Time Text Summarization 13.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps are using on-device AI to summarize text in real time. They break down the technical challenges—like running large language models on a phone without draining the battery—and highlight concrete examples, from news apps that condense articles into three bullet points to messaging apps that summarize group cha...

How Mobile Apps Use On-Device AI for Real-Time Fitness Coaching 13.06.2026

Lucas and Luna dive into the growing trend of mobile fitness apps using on-device AI to provide real-time coaching without cloud latency. They examine the case of the popular app FitForm, which uses a smartphone camera and on-device machine learning models to analyze exercise form in real time, offering corrective feedback on squats, push-ups, and yoga poses. The episode covers how this technology...

How Mobile Apps Use On-Device AI for Real-Time Lip Reading 12.06.2026

Episode 47 of Mobile Development with Fexingo explores how mobile apps are now using on-device AI for real-time lip reading. Lucas and Luna break down the technology behind visual speech recognition, its current accuracy rates, and practical use cases like accessibility for the deaf and hard-of-hearing, silent command input in noisy environments, and privacy-preserving authentication. They discuss...

How Mobile Apps Use On-Device AI for Real-Time Language Translation 12.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna dive into how mobile apps are leveraging on-device AI for real-time language translation, moving beyond cloud-dependent models. They explore the technical shift from server-based translation to on-device neural networks, focusing on a concrete example: the translation feature in WhatsApp that now runs entirely on-device, reducing l...

How Mobile Apps Use On-Device AI for Real-Time Video Upscaling 11.06.2026

Episode 45 of Mobile Development with Fexingo dives into on-device AI-powered real-time video upscaling. Lucas and Luna unpack how Qualcomm's Snapdragon 8 Gen 4 chip and Apple's A18 Bionic enable 1080p to 4K upscaling locally, without cloud latency. They explore the neural engine architecture, the power draw improvements—down to 2.3 watts per hour—and why this matters for streaming apps, social pl...

How Mobile Apps Use On-Device AI for Real-Time Transcription 11.06.2026

On this episode of Mobile Development with Fexingo, Lucas and Luna dive into the growing trend of on-device AI for real-time transcription in mobile apps. They explore why developers are moving transcription processing from the cloud to the device, focusing on privacy, speed, and offline accessibility. Lucas breaks down the technical challenges, like balancing accuracy with latency on mobile chips...

How Mobile Apps Use Federated Learning in 2026 10.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps are using federated learning to train AI models on user data without ever sending that data to the cloud. They break down the technical architecture—how model updates are computed on-device, aggregated, and averaged—and discuss real-world implementations from Google's Gboard keyboard to Apple's QuickType and...

How Mobile Apps Use On-Device AI for Privacy-Preserving Ad Targeting 10.06.2026

Lucas and Luna explore how mobile apps are moving ad targeting from the cloud to the device, using on-device AI models that analyze user behavior without sending data to servers. They break down Google's Privacy Sandbox for Android and Apple's SKAdNetwork as real-world frameworks, and discuss the trade-offs for developers: less precise targeting but better privacy compliance. The hosts also touch...

How Mobile Apps Use On-Device Graph Databases for Personalization 09.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna explore how on-device graph databases are transforming mobile app personalization. They use LinkedIn's recommendation engine and a hypothetical dating app to illustrate why graph structures outperform traditional relational databases for modeling user relationships and content affinity. The discussion covers performance gains (sub-...

How Mobile Apps Are Using On-Device AI for Real-Time Photo Editing 09.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna explore the rise of on-device AI for real-time photo editing in mobile apps. They focus on how apps like Adobe Lightroom and Google Photos now run complex editing models directly on the phone, eliminating cloud latency and privacy trade-offs. Lucas explains the technical shift from GPU to NPU processing, citing Apple's Neural Engin...

Mobile Apps Are Using On-Device AI for Personalized Soundscapes 08.06.2026

In episode 39 of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps are generating personalized soundscapes using on-device AI. They discuss the rise of adaptive audio in meditation, focus, and sleep apps, focusing on the case of Endel—a Berlin-based startup that creates real-time sound environments based on user context like heart rate, time of day, and activity. The hosts br...

How Mobile Apps Use Data-Less Permission Models in 2026 08.06.2026

Episode 38 of Mobile Development with Fexingo explores a growing trend: apps that ask for zero data permissions yet still deliver personalized experiences. Lucas and Luna examine how on-device processing, differential privacy, and federated learning allow apps like a meditation app to tailor content without ever accessing your location, contacts, or photos. They break down the technical stack — on...

How Mobile Apps Are Using Predictive Back Gestures in 2026 07.06.2026

Episode 37 of Mobile Development with Fexingo dives into predictive back gestures—a subtle but powerful UX shift rolling out across Android 16 and iOS 20 in 2026. Lucas and Luna break down how Google's predictive back animation reduces accidental exits by an estimated 12 percent in beta testing, and how Apple's peek-and-pop-inspired back preview is changing navigation habits. They explore real-wor...

How Mobile Apps Use Voice Cloning in 2026 07.06.2026

Lucas and Luna explore how mobile apps are integrating voice cloning technology in 2026. They focus on a specific case: the meditation app Calm now offers a 'Voice of a Loved One' feature letting users record a family member reading guided sessions. The hosts break down the technology — on-device cloning using tiny neural networks — and discuss privacy risks, Apple and Google's stance, and what th...

How Mobile Apps Use Companion Modes in 2026 06.06.2026

Lucas and Luna explore how mobile apps are adding companion modes — secondary, lightweight experiences that run on a second device like a smartwatch, tablet, or even a car screen. They break down Spotify's smartwatch remote for car play, Google Maps' wrist-turn-by-wrist, and how Strava lets you leave your phone at home. They discuss the design challenges of syncing state across devices and why App...

How Mobile Apps Use Adaptive Color for Accessibility 06.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps are using adaptive color to improve accessibility and user experience. They dive into the technical details of dynamic theming, contrast management, and the shift from static palettes to context-aware color systems. Using real-world examples like Apple's Dynamic Type and Google's Material You, they discuss h...

How Mobile Apps Are Using Dark Patterns in 2026 05.06.2026

Dark patterns — interface tricks designed to get you to do something you didn't intend — are more sophisticated than ever in 2026. This episode focuses on one specific, widely adopted technique: the 'confirmshaming' pattern, where an app guilts you into opting in to something by making the 'no' button say something like 'No thanks, I don't want to save money.' Lucas and Luna break down how apps li...

How Mobile Apps Use App Indexing for Discoverability in 2026 05.06.2026

In this episode, Lucas and Luna explore how mobile apps are using app indexing to improve discoverability in a saturated market. They dive into Apple's App Indexing API and Google's App Indexing for Android, explaining how deep linking and spotlight search can drive organic installs and re-engagement. Lucas breaks down how Starbucks saw a 12% increase in order volume after implementing indexed dee...

How Mobile Apps Use Smart Lockers for Secure Delivery in 2026 04.06.2026

In this episode of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps are integrating smart lockers for secure, contactless package delivery. They dive into the rise of smart locker networks from companies like Amazon, Walmart, and Walgreens, and how app developers are embedding locker APIs for seamless pickup experiences. The conversation covers the technical challenges—like...

How Mobile Apps Are Using On-Device Translation Models in 2026 04.06.2026

Episode 30 of Mobile Development with Fexingo explores on-device machine translation in iOS and Android apps. Lucas and Luna discuss why developers are moving away from cloud-based translation APIs to small, efficient language models running directly on the phone. They examine Apple's on-device translation framework, Google's ML Kit updates, and the trade-offs around accuracy, privacy, and offline...

Listen to the Mobile Development with Fexingo: iOS, Android, and App Building Conversations podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.