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

PODCAST · business

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

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 open-source libraries and documented case studies from companies like Airbnb, Spotify, and Basecamp. Lucas brings a journalist's rigor, asking why a team chose one approach over another; Luna pushes back with hands-on nuance, drawing from her own experience shipping apps. Together, they serve engineers, technical leads, and product managers who want to stay sharp without chasing every new tool. The c

Publisher-supplied feed metadata · PodParley refreshed Jun 13, 2026 · Source feed

  1. 47

    How Mobile Apps Use On-Device AI for Real-Time Emotion Recognition

    In episode 60 of Mobile Development with Fexingo, Lucas and Luna explore how on-device AI is enabling real-time emotion recognition in mobile apps. They dive into the technical backbone—facial action coding systems running locally on smartphones—and discuss practical use cases from mental health apps to adaptive gaming. The hosts examine how companies like Affectiva and Apple are approaching this sensitive technology, the privacy advantages of on-device processing, and the ethical questions around emotional data. They also touch on the accuracy challenges and the future of emotion-aware interfaces, all without relying on cloud connectivity. A focused, insightful conversation for mobile developers and tech enthusiasts. #EmotionRecognition #OnDeviceAI #MobileApps #FacialActionCoding #Affectiva #Apple #MentalHealthTech #AdaptiveGaming #Privacy #MachineLearning #CoreML #ARKit #RealTimeAI #EthicalAI #MobileDevelopment #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  2. 46

    How Mobile Apps Use On-Device AI for Real-Time Barcode and QR Scanning

    Lucas and Luna dive into how modern mobile apps use on-device AI for real-time barcode and QR code scanning, beyond simple price checks. They explore the underlying machine learning models that enable instant recognition of damaged or partially obscured codes, and how apps like those for inventory management and contactless payments leverage dedicated neural processing units (NPUs) on recent iPhones and Android devices. The conversation covers the shift from traditional image-processing algorithms to deep learning models that handle low-light conditions, curved surfaces, and dynamic environments. Specific examples include retail inventory apps that use real-time scanning to count stock without manual entry, and how the Google Lens framework processes QR codes for augmented reality experiences. They also discuss privacy implications: on-device processing means codes are never sent to the cloud, which is critical for payment or personal data. By mid-2026, Apple's Core ML and Google's ML Kit offer pre-trained models that developers can integrate in minutes, making high-accuracy scanning accessible to any app. Listeners will learn one concrete improvement: modern on-device models can decode a QR code in under 50 milliseconds, even when 30% of the code is damaged. #OnDeviceAI #MobileApps #BarcodeScanning #QRCode #MachineLearning #iOS #Android #CoreML #MLKit #NPU #RealTime #Privacy #InventoryManagement #ContactlessPayments #AugmentedReality #GoogleLens #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  3. 45

    How Mobile Apps Use On-Device AI for Real-Time Skin Tone Analysis

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps are using on-device AI for real-time skin tone analysis. They dive into the technical challenges of accurate skin tone detection across diverse lighting conditions, the shift away from cloud-based APIs for privacy and latency, and how companies like L'Oréal and Apple are implementing this technology in makeup try-on and camera apps. Lucas explains the role of custom convolutional neural networks running on Apple's Neural Engine and Android's NNAPI, the importance of training data diversity, and how frameworks like TensorFlow Lite and Core ML make on-device inference feasible. Luna questions whether these models are truly inclusive and discusses the risk of bias in training datasets. They also touch on ethical considerations around storing skin tone data and the potential for misuse in hiring or insurance. The episode concludes with a forward-looking note on how real-time skin tone analysis could evolve with better hardware and more representative datasets. #OnDeviceAI #SkinToneAnalysis #MobileApps #ComputerVision #LORéal #Apple #NeuralEngine #TensorFlowLite #CoreML #Inclusivity #Bias #Privacy #ARMakeup #Technology #FexingoBusiness #BusinessPodcast #TechPodcast #MobileDevelopment Keep every episode free: buymeacoffee.com/fexingo

  4. 44

    How Mobile Apps Use On-Device AI for Real-Time Audio Source Separation

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore how on-device AI is enabling real-time audio source separation in mobile apps. They focus on a concrete example: a live music app that uses a small transformer model to isolate vocals, drums, and guitar from a song in under 200 milliseconds on an iPhone processor. The hosts break down how this works with neural spectrogram masking, why on-device processing is critical for latency-sensitive use cases like karaoke and hearing aids, and how developers are optimizing models to run within thermal budgets on modern smartphones. They also touch on the privacy benefits of keeping audio data local and the trade-offs in accuracy compared to cloud-based solutions. #OnDeviceAI #AudioSourceSeparation #MobileDevelopment #RealTimeAudio #NeuralSpectrograms #TransformerModels #iOSDevelopment #AndroidDevelopment #AIModelOptimization #PrivacyPreserving #KaraokeApps #HearingAids #LucasAndLuna #Technology #FexingoBusiness #BusinessPodcast #AppDevelopment #MachineLearning Keep every episode free: buymeacoffee.com/fexingo

  5. 43

    How Mobile Apps Use On-Device AI for Real-Time Portrait Lighting

    In episode 56 of Mobile Development with Fexingo, Lucas and Luna explore how on-device AI is transforming portrait lighting in mobile apps. They dive into Apple's Neural Engine in the A18 chip, which now computes realistic studio lighting effects—like Rembrandt lighting and butterfly lighting—in real time without uploading a single pixel. Lucas breaks down the technical pipeline: how the on-device depth engine separates the subject from background, then uses an AI model trained on 50,000 studio-lit faces to relight the scene at 60 frames per second. Luna questions whether this kills the need for professional photography gear, and they discuss privacy benefits (no cloud processing) and the developer challenge of keeping models under 20 MB for app store size limits. A concrete look at one of the most visible on-device AI features in 2026. #MobileApps #OnDeviceAI #PortraitLighting #RealTimeAI #Apple #NeuralEngine #A18Chip #RembrandtLighting #ButterflyLighting #DepthMapping #StudioLighting #PrivacyFirst #CameraApp #MachineLearning #MobileDev #iOS #TechPodcast #FexingoBusiness Keep every episode free: buymeacoffee.com/fexingo

  6. 42

    How Mobile Apps Use On-Device AI for Real-Time Handwriting Recognition

    Lucas and Luna explore how on-device AI is transforming handwriting recognition in mobile apps, moving beyond simple text input to real-time, context-aware transcription. They dive into the technology powering Apple's Scribble, Samsung's S Pen features, and third-party apps like GoodNotes and Nebo, explaining how neural networks process strokes and convert them to digital text without sending data to the cloud. The episode also covers privacy benefits, latency improvements, and why this capability is becoming a standard feature in note-taking and productivity apps. Specific benchmarks and user scenarios bring the tech to life. #HandwritingRecognition #OnDeviceAI #MobileApps #AppleScribble #SamsungSPen #GoodNotes #Nebo #NeuralNetworks #Privacy #RealTime #Productivity #iOS #Android #Technology #FexingoBusiness #BusinessPodcast #MachineLearning #DigitalTranscription Keep every episode free: buymeacoffee.com/fexingo

  7. 41

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

    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 trained on over 10,000 paintings. Luna shares how Samsung's 'Drawing Live' app lets users sketch a rough outline and instantly turn it into a Monet or Van Gogh style render. The hosts discuss the trade-offs between quality and speed, the role of Apple's Neural Engine and Qualcomm's Hexagon DSP, and why on-device style transfer is becoming a default feature in mid-range Android phones starting at $400. They also touch on privacy implications — since no image data ever leaves the device — and how this opens up new use cases for video chat avatars and real-time camera filters. A concrete look at how AI is bringing fine art to everyday mobile photography. #OnDeviceAI #StyleTransfer #MobileApps #AIArt #RealTimeFilters #iOS18 #Samsung #AppleNeuralEngine #Qualcomm #Privacy #MachineLearning #NeuralNetworks #PhotoEditing #VideoEffects #TechTrends #MobileDevelopment #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  8. 40

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

    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 hosts unpack the technical stack: Core ML on iOS, TensorFlow Lite on Android, and the new 'GestureNet' model that runs inference in under 5 milliseconds. They also discuss a real-world case from the note-taking app GoodNotes, which uses on-device gesture AI to let users draw shapes and have them auto-perfected in real time. Lucas explains the shift from rule-based gesture recognition to machine learning models that adapt to individual user patterns, and Luna raises the key trade-off: model size versus accuracy. The conversation includes a brief, organic mention of listener support at buy me a coffee dot com slash fexingo. Perfect for mobile developers, UX designers, and anyone curious about where AI meets everyday app interactions. #OnDeviceAI #GestureNavigation #MobileApps #CoreML #TensorFlowLite #GestureNet #RealTimeAI #GoodNotes #UIKit #JetpackCompose #MobileDev #iOSDev #AndroidDev #MachineLearning #UXDesign #Privacy #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  9. 39

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

    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 inpainting models running on Apple's Neural Engine and Qualcomm's AI Engine—and how it's changed the editing workflow for millions of users. Luna raises privacy concerns about implicit consent when strangers are removed from public photos, and Lucas shares a surprising stat: on-device object removal reduces latency by 80% compared to cloud-based alternatives, with zero data leaving the device. The hosts also discuss how this feature has become a deciding factor for users choosing between Google Photos and iCloud. A timely look at how edge AI is reshaping mobile photography in 2026. #OnDeviceAI #ObjectRemoval #MobilePhotography #GooglePhotos #AdobeLightroom #SemanticSegmentation #Inpainting #NeuralEngine #QualcommAI #EdgeAI #PrivacyFirst #RealTimeEditing #MachineLearning #iOSDevelopment #AndroidDevelopment #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  10. 38

    How Mobile Apps Use Reactive UI With Kotlin Flow

    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 developers are now bringing similar patterns to Swift with AsyncSequence. The hosts also discuss how reactive UI reduces boilerplate, improves battery life by stopping unnecessary recompositions, and changes how developers think about data pipelines. If you're building mobile apps and want cleaner state management, this episode gives you a concrete pattern you can start using today. #KotlinFlow #ReactiveUI #StateFlow #SharedFlow #AndroidDev #SwiftAsyncSequence #MobileApps #UIStateManagement #FoodDeliveryApp #LiveOrderTracking #ColdFlow #HotFlow #JetpackCompose #SwiftUI #Technology #MobileDevelopment #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  11. 37

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

    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 2025 startup called VoixAI that raised $12 million for a real-time voice modulation SDK, and how major messaging apps like Signal and Telegram are testing similar features. Lucas explains the latency challenges—how developers achieve sub-100-millisecond processing using neural audio codecs and transformer-based voice encoders—and Luna questions whether voice modulation could erode trust in phone calls. They also touch on regulatory implications, including the EU's proposed mandatory watermarking for AI-altered audio by 2027. #VoiceModulation #OnDeviceAI #RealTimeAudio #VoixAI #MobileApps #NeuralAudioCodec #VoiceConversion #PrivacyPreserving #Signal #Telegram #Accessibility #DeepfakeRegulation #AIWatermarking #LowLatency #TransformerModel #TechPodcast #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  12. 36

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

    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 chats. They discuss the privacy advantage of keeping summarization on-device versus sending data to the cloud, and look at how Apple and Google are building these capabilities into their mobile operating systems. Lucas shares a specific benchmark: the latest Qualcomm Snapdragon chip can run a 7-billion-parameter model at 30 tokens per second, making real-time summarization feasible. The hosts also touch on the trade-offs in accuracy and the need for fine-tuning on device-specific data. Tune in for a focused, practical look at a feature that's quietly changing how we consume information on mobile. #OnDeviceAI #TextSummarization #MobileApps #LLM #Snapdragon #Qualcomm #Apple #Google #PrivacvPreservingAI #RealTimeProcessing #iOSDevelopment #AndroidDevelopment #FexingoBusiness #BusinessPodcast #Technology #AIOnPhone #EdgeAI #SummarizationApp Keep every episode free: buymeacoffee.com/fexingo

  13. 35

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

    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 works under the hood, including pose estimation models like MoveNet and TensorFlow Lite, and discusses the privacy benefits of keeping all video processing on the device. They also touch on the competitive landscape, with Apple's Fitness+ and Google's Fitbit both exploring similar on-device features. Lucas and Luna debate whether this approach truly replaces a human coach, and explore the limitations around body type bias in training data. A natural donation segment ties the value of privacy-preserving AI to listener support that keeps the show ad-free. #OnDeviceAI #FitnessTech #MobileApps #RealTimeCoaching #FitForm #PoseEstimation #MoveNet #TensorFlowLite #PrivacyFirst #AppleFitnessPlus #Fitbit #MachineLearning #ComputerVision #EdgeAI #TechPodcast #MobileDevelopment #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  14. 34

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

    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 the neural network architecture, training data requirements, and the trade-offs between accuracy and latency. Specific examples include Google's Live Caption expansion and a startup called ReadAlong that uses lip-reading AI for language learning. The hosts also touch on ethical concerns around consent and surveillance, and how on-device processing mitigates privacy risks. As always, no ads — listener-supported at buy me a coffee dot com slash fexingo. #MobileApps #OnDeviceAI #LipReading #VisualSpeechRecognition #Accessibility #DeafCommunity #Privacy #AI #MachineLearning #NeuralNetworks #Google #LiveCaption #ReadAlong #LanguageLearning #Technology #FexingoBusiness #BusinessPodcast #MobileDevelopment Keep every episode free: buymeacoffee.com/fexingo

  15. 33

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

    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 latency and improving privacy. The hosts discuss the model compression techniques that make this possible, including quantization and pruning, and touch on the trade-offs—like accuracy versus speed. They also look at how this impacts user experience in messaging apps, with real-time translation happening as you type, and consider the broader implications for global communication. Lucas shares that WhatsApp's on-device model is about 100 megabytes, a fraction of its earlier cloud-dependent size, while Luna questions whether smaller models sacrifice nuance. The episode ends with a reflection on how on-device AI is making translation more accessible and private, and a brief, conversational mention of listener support via buy me a coffee dot com slash fexingo. #OnDeviceAI #MachineTranslation #RealTimeTranslation #MobileApps #NeuralNetworks #ModelCompression #Quantization #Pruning #Privacy #WhatsApp #iOS #Android #NLP #EdgeComputing #LanguageModels #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  16. 32

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

    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 platforms, and video editing tools. Specific benchmarks from the Samsung Galaxy S26 and iPhone 17 Pro Max are discussed, along with developer integration via Metal Performance Shaders and Qualcomm's SNPE SDK. The episode also addresses the privacy win: no video frames leave the device. A no-ads principle is briefly supported by listener contributions at buy me a coffee dot com slash fexingo. #MobileApps #OnDeviceAI #VideoUpscaling #RealTimeProcessing #Snapdragon8Gen4 #A18Bionic #SamsungGalaxyS26 #iPhone17ProMax #MetalPerformanceShaders #QualcommSNPE #Privacy #MachineLearning #AppDevelopment #Technology #FexingoBusiness #BusinessPodcast #MobileDev #EdgeAI Keep every episode free: buymeacoffee.com/fexingo

  17. 31

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

    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, and highlights real-world use cases such as live captions in video calls, voice note transcription, and accessibility tools. Luna questions whether on-device models can match cloud-based accuracy and shares how Apple's Whisper-based model and Google's Live Caption are setting the standard. The hosts also discuss the implications for app developers, including the need to manage battery life and model size. A practical episode for anyone building—or using—transcription features in their apps. #MobileApps #OnDeviceAI #RealTimeTranscription #SpeechRecognition #AppDevelopment #iOS #Android #MachineLearning #Privacy #Accessibility #LiveCaptions #WhisperModel #GoogleLiveCaption #VoiceNotes #AppDev #FexingoBusiness #BusinessPodcast #Technology Keep every episode free: buymeacoffee.com/fexingo

  18. 30

    How Mobile Apps Use Federated Learning in 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 on-device Siri. The hosts also examine the trade-offs: better privacy and lower latency versus the challenges of non-i.i.d. data, device heterogeneity, and communication efficiency. They explain why federated learning is becoming a cornerstone of privacy-preserving mobile AI in 2026, especially as regulations like GDPR and China's Personal Information Protection Law tighten data transfer rules. The conversation includes a concrete example of a health app using federated learning to improve activity predictions without uploading sensitive step or location data. Lucas and Luna also touch on how the technology impacts developers—what changes in the training pipeline, how to handle model personalization, and why on-device evaluation is critical. A thoughtful, specific look at a paradigm shift in mobile machine learning. #FederatedLearning #MobileApps #PrivacyPreservingAI #OnDeviceAI #GoogleGboard #AppleQuickType #GDPR #PIPL #MachineLearning #DataPrivacy #MobileDevelopment #Technology #FexingoBusiness #BusinessPodcast #AI #UserPrivacy #ModelTraining #EdgeAI Keep every episode free: buymeacoffee.com/fexingo

  19. 29

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

    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 on how this shift affects ad revenue and user trust, with concrete examples from the current mobile ad landscape in June 2026. A practical look at a quiet revolution in mobile advertising. #OnDeviceAI #PrivacyPreservingAds #MobileAdvertising #GooglePrivacySandbox #SKAdNetwork #Apple #Google #AdTargeting #UserPrivacy #MobileDev #iOSDevelopment #AndroidDevelopment #Technology #BusinessPodcast #FexingoBusiness #Podcast #MobileApps #AdTech Keep every episode free: buymeacoffee.com/fexingo

  20. 28

    How Mobile Apps Use On-Device Graph Databases for Personalization

    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-50ms queries), offline capabilities, and practical adoption paths using SQLite with extensions or dedicated libraries like GRDB. A must-listen for mobile engineers looking to up-level personalization without compromising privacy or latency. #GraphDatabases #MobileDevelopment #Personalization #LinkedIn #OnDeviceAI #SQLite #GRDB #RecommendationEngine #OfflineCapabilities #PrivacyByDesign #UserAffinity #RelationshipGraph #AppPerformance #iOSDev #AndroidDev #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  21. 27

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

    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 Engine and Qualcomm's Hexagon DSP, and discusses how this enables features like one-tap object removal and instant color grading. Luna shares her experience testing these tools on a Pixel 9 and an iPhone 17 Pro, noting the surprising power efficiency. The episode also covers the developer challenge of model compression and the 2025-2026 trend of apps shipping with built-in AI cores. A brief, organic donation segment appears early, tying listener support to keeping the show ad-free and running. #OnDeviceAI #RealTimePhotoEditing #MobileDevelopment #AdobeLightroom #GooglePhotos #AppleNeuralEngine #QualcommHexagon #ModelCompression #NPU #Pixel9 #iPhone17Pro #PhotoEditingApps #AIPrivacy #MobileGPU #ColorGrading #ObjectRemoval #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  22. 26

    Mobile Apps Are Using On-Device AI for Personalized Soundscapes

    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 break down the technical challenges: running generative audio models locally without draining battery, the shift from cloud-based to on-device processing for latency and privacy, and how Apple and Google's on-device ML frameworks (CoreML, ML Kit) make it feasible. They also touch on the UX implications: why personalization matters for retention, and how audio is becoming a primary interface. The conversation includes a low-key donation appeal for the ad-free Fexingo network, before closing with a look at where spatial audio and bone conduction might take the trend next. #MobileApps #OnDeviceAI #PersonalizedSoundscapes #Endel #GenerativeAudio #CoreML #MLKit #AdaptiveAudio #UXDesign #FocusApps #MeditationApps #SleepApps #AudioInterface #Technology #MobileDevelopment #FexingoBusiness #BusinessPodcast #AppBuilding Keep every episode free: buymeacoffee.com/fexingo

  23. 25

    How Mobile Apps Use Data-Less Permission Models in 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-device vector embeddings, local user profiles, and Apple's Private Cloud Compute — and discuss why this model is gaining traction with both users and regulators. Specific examples include a meditation app called CalmSpace and a meal-planning app that uses only anonymized usage patterns. The hosts also touch on the cost trade-offs: more CPU cycles vs. fewer privacy headaches. A concrete look at how mobile development is shifting toward data-less architectures. #MobileDevelopment #Privacy #OnDeviceAI #DifferentialPrivacy #FederatedLearning #VectorEmbeddings #AppDevelopment #iOS #Android #CalmSpace #Apple #PrivateCloudCompute #DataLessPermissions #UserPrivacy #2026 #FexingoBusiness #BusinessPodcast #Technology Keep every episode free: buymeacoffee.com/fexingo

  24. 24

    How Mobile Apps Are Using Predictive Back Gestures in 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-world data from a major e-commerce app that saw a 7 percent increase in session length after implementing gesture prediction, and debate whether this is a genuine usability win or just another layer of animation complexity. The hosts also touch on developer implementation challenges, including the need for accurate destination previews and the impact on older devices. Tune in for a focused, example-driven conversation on one of 2026's quietest yet most impactful mobile UX trends. #PredictiveBackGestures #MobileUX #Android16 #iOS20 #GestureNavigation #AppDevelopment #Technology #MobileDevelopment #FexingoBusiness #BusinessPodcast #UXDesign #MobileApps #Google #Apple #Navigation #UserExperience #Animation #DeveloperTips Keep every episode free: buymeacoffee.com/fexingo

  25. 23

    How Mobile Apps Use Voice Cloning in 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 this means for personalized app experiences. No hype, just the concrete details of how voice cloning is moving from deepfake controversy to practical mobile UX. #VoiceCloning #MobileApps #Calm #Deepfake #AI #OnDeviceAI #Privacy #Apple #Google #NeuralNetworks #Tech2026 #Personalization #UX #FexingoBusiness #BusinessPodcast #Technology #AppDevelopment #VoiceTech Keep every episode free: buymeacoffee.com/fexingo

  26. 22

    How Mobile Apps Use Companion Modes in 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 Apple's Continuity and Android's cross-device SDK are making this easier. The episode also covers the dark side: battery drain and notification chaos. If you're building a mobile app in 2026, companion mode is becoming table stakes for power users. #MobileApps #CompanionMode #Wearables #Spotify #GoogleMaps #Strava #AppleWatch #WearOS #CrossDevice #AppDevelopment #UXDesign #MultiDevice #FitnessTracking #Navigation #Smartwatch #BatteryLife #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  27. 21

    How Mobile Apps Use Adaptive Color for Accessibility

    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 how developers can implement adaptive color without sacrificing brand identity. The conversation covers the challenges of supporting dark mode, high-contrast settings, and color blindness, plus the performance trade-offs of real-time color computation. By the end, you'll understand why adaptive color is becoming a standard feature in 2026 and how it can make your app more inclusive. #AdaptiveColor #Accessibility #MobileApps #iOSDevelopment #AndroidDevelopment #DynamicTheming #MaterialYou #DarkMode #ColorBlindness #UserExperience #InclusiveDesign #ContrastRatio #WCAG #AppDesign #FexingoBusiness #BusinessPodcast #Technology #MobileDevelopment Keep every episode free: buymeacoffee.com/fexingo

  28. 20

    How Mobile Apps Are Using Dark Patterns in 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 like a popular budgeting tool and a food delivery service implement this, the psychology behind why it works, and how you as a developer or user can spot and counter it. They also discuss the latest regulatory push from the European Data Protection Board, which in March 2026 issued new guidelines classifying certain dark patterns as violations of GDPR. If you build mobile experiences or just use them daily, this episode gives you a concrete lens to see the manipulation that's hiding in plain sight. #DarkPatterns #Confirmshaming #UXManipulation #MobileUX #GDPR #EthicalDesign #UserPsychology #EDPB #DeceptiveDesign #TechRegulation #MobileDevelopment #AppDesign #UserExperience #BehavioralDesign #TechPolicy #FexingoBusiness #BusinessPodcast #Technology Keep every episode free: buymeacoffee.com/fexingo

  29. 19

    How Mobile Apps Use App Indexing for Discoverability in 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 deep links, and how travel app Kayak used indexing to surface flight results directly in search. Luna asks about the trade-offs with privacy restrictions and indexing limits. The conversation covers technical implementation, user privacy concerns, and whether smaller apps can benefit from indexing without huge budgets. A practical look at a feature that quietly boosts app visibility without paid ads. #AppIndexing #MobileDiscovery #DeepLinking #SpotlightSearch #iOSDevelopment #AndroidDevelopment #AppStoreOptimization #ASO #GoogleAppIndexing #AppleAppIndexing #UserAcquisition #OrganicGrowth #MobileUX #Privacy #SearchVisibility #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  30. 18

    How Mobile Apps Use Smart Lockers for Secure Delivery in 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 Bluetooth pairing, QR code generation, and real-time inventory syncing—and the UX considerations for guiding users through pickup flows. Lucas breaks down how smart lockers are reducing package theft and failed deliveries, while Luna questions the privacy implications of location tracking and camera-based verification. They also touch on the economics: how a single smart locker installation can handle thousands of parcels per month, cutting last-mile costs by up to 30 percent. This episode is perfect for mobile developers building delivery or logistics features, and for anyone curious about the infrastructure behind modern e-commerce. #MobileDev #SmartLockers #PackageDelivery #LastMile #Amazon #Walmart #Walgreens #BluetoothPairing #QRCode #UXDesign #Logistics #Ecommerce #Contactless #APIIntegration #RealTimeSync #TechPodcast #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  31. 17

    How Mobile Apps Are Using On-Device Translation Models in 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 capability. The episode covers real-world examples like real-time chat translation in messaging apps and localized content delivery without network calls. They also touch on the developer experience: model size optimization, quantization, and supporting 50+ languages without bloating the app binary. A practical look at how on-device NLP is reshaping app globalization in mid-2026. #OnDeviceTranslation #MachineTranslation #MobileNLP #iOSDevelopment #AndroidDevelopment #AppleTranslation #GoogleMLKit #Privacy #OfflineTranslation #LanguageModels #Quantization #AppLocalization #RealTimeTranslation #MobileAI #EdgeAI #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  32. 16

    How Mobile Apps Use App Clips for Instant Experiences

    Lucas and Luna dive into how mobile apps are adopting App Clips and instant experiences to give users a lightweight entry point without a full install. Lucas breaks down a specific case: a parking app that dropped its conversion funnel from 90 seconds to 12 seconds by letting users pay via an App Clip linked from a QR code. They discuss the technical tradeoffs — bundle size limits of 10 megabytes, the need for on-demand resources, and how developers handle state when a user later installs the full app. Luna questions whether this cannibalizes full app engagement, and Lucas points to data from a travel booking app that saw a 22 percent lift in completed bookings after adding an instant experience for flight check-in. They touch on how Apple and Android implementations differ, the role of Business Chat and Google Play Instant, and why the approach matters more in 2026 as user attention spans shrink. The episode wraps with a forward look: could App Clips become the default mobile interface for one-time actions? #AppClips #InstantApps #MobileUX #iOS #Android #GooglePlayInstant #ConversionFunnel #LightweightUX #MobileDevelopment #Technology #FexingoBusiness #BusinessPodcast #UserExperience #Onboarding #QRCode #BundleSize #ProgressiveWebApps #MobileTrends2026 Keep every episode free: buymeacoffee.com/fexingo

  33. 15

    Why Mobile Apps Are Embracing Color Management in 2026

    Episode 28 of Mobile Development with Fexingo dives into the surprisingly complex world of color management on mobile devices. Lucas and Luna explore why iOS and Android apps are increasingly adopting wide color gamuts like Display P3, and how developers can handle color consistency across different screens — from OLED to LCD, from flagship to budget devices. They discuss real-world challenges like the shift to HDR displays, the role of Core Graphics and Skia, and why even simple UI colors can look wildly different on an iPhone 17 Pro Max versus a Pixel 9a. The hosts also touch on accessibility implications, including how color management affects contrast ratios for users with visual impairments. With display technology advancing faster than ever — and devices now supporting billions of colors — getting color right is no longer optional for app designers and developers. This episode gives practical guidance on color spaces, calibration, and testing across the Android and iOS ecosystem. #ColorManagement #DisplayP3 #MobileAppDevelopment #iOS #Android #WideColorGamut #HDR #UIUX #Accessibility #ColorScience #CoreGraphics #Skia #OLED #DisplayCalibration #Technology #MobileDevelopment #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  34. 14

    How Adaptive Layouts Solve Mobile App Fragmentation in 2026

    Episode 27 of Mobile Development with Fexingo dives into adaptive layouts — a design approach that lets a single codebase handle phones, tablets, foldables, and even desktops without separate builds. Lucas and Luna break down why this matters in 2026, when screen sizes range from 5-inch clamshells to 14-inch foldables. They examine how Apple's SwiftUI and Google's Jetpack Compose now offer built-in adaptive modifiers, and discuss real-world examples like a meditation app that reduced dev time by 40% after adopting size classes. They also explore the trade-off: adaptive layouts can simplify maintenance but require upfront planning and may limit pixel-perfect control. Tune in for a grounded look at how adaptive design is reshaping mobile development workflows this year. #AdaptiveLayouts #MobileDevelopment #iOS #Android #SwiftUI #JetpackCompose #ScreenFragmentation #Foldables #Tablets #ResponsiveDesign #AppDevelopment #TechPodcast #Technology #UXDesign #CodeReuse #SizeClasses #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  35. 13

    Why Mobile Apps Are Using Gesture-Driven Navigation in 2026

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore how gesture-driven navigation is reshaping mobile app UX in 2026. They discuss the shift from traditional buttons to swipes and pinches, citing examples like TikTok's full-screen swipe and Apple's back-swipe gesture. They cover the UX trade-offs — reduced clutter versus discoverability — and dive into data showing that gesture-based apps see 20% higher engagement but 12% more user errors. The hosts also share implementation tips using SwiftUI and Jetpack Compose, and touch on accessibility considerations. A must-listen for mobile developers and product designers. #GestureDrivenNavigation #MobileUX #iOSDevelopment #AndroidDevelopment #SwiftUI #JetpackCompose #UXDesign #MobileApps #FexingoBusiness #BusinessPodcast #Technology #AppDesign #UserExperience #NavigationPatterns #TikTok #Apple #GestureDesign #MobileDev Keep every episode free: buymeacoffee.com/fexingo

  36. 12

    Why Mobile Apps Are Using Progressive Disclosure in 2026

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore how progressive disclosure is transforming mobile app UX in 2026. They dive into the psychology behind reducing cognitive load, using real-world examples like Strava's workout summary and Duolingo's lesson flow. Lucas explains the three types of progressive disclosure—staged, hover-based, and on-demand—and why mobile apps are uniquely suited for them. They discuss the risk of hiding critical features and how to balance simplicity with power. If today's episode gives you a useful insight, consider supporting the show at buy me a coffee dot com slash fexingo to keep it ad-free. #ProgressiveDisclosure #MobileUX #CognitiveLoad #Strava #Duolingo #UIUX #MobileAppDesign #UserExperience #Onboarding #MinimalistDesign #HoverInteraction #StagedDisclosure #MentalModel #AppUsability #FeatureDiscovery #Technology #BusinessPodcast #FexingoBusiness Keep every episode free: buymeacoffee.com/fexingo

  37. 11

    How Mobile Apps Use Haptic Feedback for Better UX

    Tactile feedback is becoming a core UX layer in mobile apps, from subtle button confirmations to gesture-guided navigation. Lucas and Luna break down how developers are using haptics to reduce cognitive load, improve accessibility, and create more intuitive interfaces—without adding visual clutter. They explore Apple's Taptic Engine, Android's Vibrator API, and real-world examples like navigation apps that buzz when you need to turn, and messaging apps that let you feel reactions. The hosts also discuss the engineering trade-offs: latency, battery life, and the challenge of designing for devices with different haptic hardware. By the end, you'll understand why haptic feedback is moving from a nice-to-have to an essential part of mobile UX design in 2026. #HapticFeedback #MobileUX #AppDevelopment #iOS #Android #TapticEngine #VibratorAPI #CoreHaptics #Accessibility #UXDesign #TouchInteractions #GestureNavigation #MotorHaptics #FexingoBusiness #BusinessPodcast #Technology #MobileApps #UserExperience Keep every episode free: buymeacoffee.com/fexingo

  38. 10

    Why Mobile Apps Are Testing in Production in 2026

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore the controversial practice of testing in production. They discuss how companies like Snapchat and Uber use feature flags, canary releases, and gradual rollouts to test new features on real users. Discover the tools behind production testing, the risks involved, and why startups are embracing this approach over traditional QA environments. Learn how A/B testing in production helps catch unexpected issues and improve user experience without slowing down deployment. Plus, a look at the role of monitoring and observability in making production testing safe. #TestingInProduction #MobileDev #FeatureFlags #CanaryRelease #ABTesting #Snapchat #Uber #DevOps #ContinuousDeployment #MobileApps #QA #Observability #LaunchDarkly #Firebase #CrashReporting #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  39. 9

    Why Mobile Apps Are Moving to Vector Search in 2026

    Episode 22 of Mobile Development with Fexingo explores the quiet revolution of on-device vector search. Lucas and Luna explain how apps like Notion, Spotify, and Apple Photos use vector embeddings to power semantic search without sending data to the cloud. They break down the technical shift from keyword matching to nearest-neighbor search, the rise of lightweight vector databases like Spotify's Annoy and Pinecone's local SDK, and the performance gains in latency and privacy. By May 2026, vector search has become a standard feature in productivity, media, and e-commerce apps. The hosts walk through a concrete example: how a flight booking app could surface results based on meaning, not just keywords. They also touch on the engineering trade-offs, including memory limits on older devices and the need for quantization. Whether you're an indie developer or a mobile lead, this episode gives you the core concepts and a practical path to start experimenting. #VectorSearch #OnDeviceAI #MobileDevelopment #SemanticSearch #VectorDatabase #Embeddings #ApplePhotos #Spotify #Notion #Annoy #Pinecone #Quantization #NearestNeighbor #Privacy #Latency #iOSDev #AndroidDev #FexingoBusiness Keep every episode free: buymeacoffee.com/fexingo

  40. 8

    Why Mobile Apps Are Going Solo with On-Device Vector Databases

    Lucas and Luna dive into the emerging trend of embedding vector databases directly inside mobile apps, enabling on-device semantic search and AI features without a cloud round-trip. They unpack why companies like Apple and Google are pushing this shift, how it cuts latency and preserves privacy, and what it means for developers — including the surprising storage costs. With concrete examples like a real-time product scanner that works offline, they explore the trade-offs between local and server-side retrieval, and how vector-on-device could reshape everything from photo search to recommendation engines. If you are building mobile apps for 2026, this is the architecture debate you need to understand. #VectorDatabases #OnDeviceAI #MobileDevelopment #SemanticSearch #Apple #Google #EmbeddedVectors #Latency #Privacy #SQLite #LiteRT #iOS #Android #EdgeComputing #AI #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  41. 7

    How Mobile Apps Use Digital Wellbeing Features in 2026

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore how mobile apps are integrating digital wellbeing features beyond screen-time trackers. They examine the rise of 'focus modes' in apps like Instagram and TikTok that nudge users toward intentional usage, the technical challenges of implementing friction-based design without harming accessibility, and data showing 35% of users opt into these features. The hosts also discuss the ethical balance between engagement metrics and user health, and how developers can build wellbeing into their apps from the ground up. Tune in for a practical look at a growing trend in mobile UX design. #DigitalWellbeing #MobileDevelopment #AppDesign #ScreenTime #FocusMode #UserExperience #iOS #Android #Instagram #TikTok #FrictionDesign #Accessibility #EngagementMetrics #UXDesign #Technology #AppDevelopment #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  42. 6

    How Mobile Apps Are Using Augmented Reality in 2026

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore how AR is finally finding practical footing in mobile apps in 2026. They break down why ARKit and ARCore are now shipping as default frameworks, and how IKEA Place and Snapchat are using AR beyond gimmicks — IKEA's AR furniture placement drove a 14 percent conversion lift, while Snapchat's AR shopping lenses generated $12 billion in revenue last year. The hosts also discuss the shift from marker-based to spatial AR, and what developers need to know about the new RealityKit 3 and AR Foundation 5. If you've been skeptical about AR on mobile, this episode will show you where it's actually delivering value. #AugmentedReality #ARKit #ARCore #IKEAPlace #Snapchat #RealityKit3 #ARFoundation5 #SpatialComputing #MobileDevelopment #iOS #Android #Conversions #Revenue #Technology #ARApps #FexingoBusiness #BusinessPodcast #MobileAR Keep every episode free: buymeacoffee.com/fexingo

  43. 5

    How Mobile Apps Are Using Biometrics Beyond the Lock Screen

    Episode 18 of Mobile Development with Fexingo explores how app developers are embedding biometric authentication—fingerprint, face, voice—into features far beyond unlocking the phone. Lucas and Luna examine real-world use cases like continuous authentication in banking, passive liveness detection in fintech, and gesture-based biometrics in productivity apps. They break down the technical trade-offs between on-device and server-side verification, the impact of Apple's LocalAuthentication framework changes in iOS 20, and why Android's BiometricPrompt API now supports multimodal fusion. The hosts also discuss privacy implications, including the European Union's updated eIDAS regulation and Apple's new 'biometric opt-in' requirement for health apps. Key figures include the 47% reduction in account takeover fraud reported by a major European bank after implementing behavioral biometrics, and the 92% user adoption rate for voice-based authentication in a leading smart-home app. A practical guide for developers considering biometric integration beyond the lock screen. #Biometrics #MobileSecurity #iOS20 #AndroidBiometrics #ContinuousAuthentication #LivenessDetection #FacialRecognition #Fingerprint #VoiceAuth #Privacy #GDPR #eIDAS #AppleLocalAuthentication #BiometricPrompt #FintechSecurity #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  44. 4

    How Mobile Apps Are Using On-Device AI in 2026

    Episode 17 of Mobile Development with Fexingo explores how on-device AI is transforming mobile apps in 2026. Lucas and Luna dive into Apple's Core ML 7, Google's ML Kit 4.0, and the shift from cloud-reliant AI to local processing. They discuss real-world examples like real-time language translation on Pixel phones, AI photo editing on iPhones without uploading to servers, and how developers are integrating smaller, efficient models (like Gemini Nano and Llama 3.5) for features such as smart replies and predictive text. The hosts also address challenges—model size, battery drain, and fragmentation across Android devices. A must-listen for mobile devs looking to leverage AI without sacrificing user privacy or performance. #OnDeviceAI #MobileAI #CoreML #MLKit #Apple #Google #GeminiNano #Llama35 #EdgeAI #Privacy #MobileDev #iOSDev #AndroidDev #Tech2026 #FexingoBusiness #BusinessPodcast #Technology #ArtificialIntelligence Keep every episode free: buymeacoffee.com/fexingo

  45. 3

    How Mobile Apps Are Using Gesture-Driven Navigation in 2026

    Lucas and Luna explore how mobile apps in 2026 are moving beyond buttons and tabs to gesture-driven navigation. They break down the shift from traditional UI to swipe-based interfaces, looking at how apps like Apple's Music and Google Maps have adopted gestures, and what developers need to consider for discoverability and accessibility. They also discuss user testing data showing that gesture-based apps can improve task completion rates by up to 30% when done right, but risk confusing users who miss visual cues. A practical episode for anyone building or designing mobile apps this year. #GestureNavigation #MobileUI #AppDesign #UserExperience #SwiftUI #JetpackCompose #TouchInteractions #Accessibility #Discoverability #UserTesting #SwipeGestures #HapticFeedback #MotionDesign #MobileDev2026 #Technology #FexingoBusiness #BusinessPodcast #MobileDevelopment Keep every episode free: buymeacoffee.com/fexingo

  46. 2

    Why Mobile Apps Are Adding Widgets in 2026

    In this episode of Mobile Development with Fexingo, Lucas and Luna explore the surprising resurgence of home-screen widgets in 2026. They dive into why major apps like Spotify, Google Maps, and even banking apps are investing in widget experiences, how iOS 18 and Android 16 have made widgets more powerful, and the technical trade-offs developers face. You'll learn the specific performance and privacy considerations, the rise of interactive widgets, and how this trend is changing user engagement metrics. Plus, they discuss a real case: a small indie app that tripled daily active users just by adding a glanceable widget. If you're building a mobile app in 2026, ignoring widgets might be a missed opportunity. #MobileWidgets #iOSWidgets #AndroidWidgets #WidgetDevelopment #iOS18 #Android16 #MobileUX #AppEngagement #IndieDev #InteractiveWidgets #GlanceableUI #MobileDevelopment #FexingoBusiness #BusinessPodcast #Technology #AppDesign #SpotifyWidget #GoogleMapsWidget Keep every episode free: buymeacoffee.com/fexingo

  47. 1

    Why Mobile Apps Are Turning to Micro Frontends in 2026

    Lucas and Luna explore the rise of micro frontends in mobile app development in 2026. They discuss how companies like Spotify and Uber are using this architecture to enable independent team workflows, faster feature releases, and modular updates. The episode dives into real-world trade-offs: increased complexity vs. team autonomy, and why this approach is gaining traction for large-scale apps. #MicroFrontends #MobileDevelopment #AppArchitecture #Spotify #Uber #ModularApps #Frontend #iOS #Android #DevOps #TechArchitecture #Scalability #TeamAutonomy #MobileApps2026 #FexingoBusiness #BusinessPodcast #Technology #SoftwareEngineering Keep every episode free: buymeacoffee.com/fexingo

  48. 0

    Why Mobile Apps Are Embracing Edge Computing in 2026

    In this episode, Lucas and Luna explore why mobile apps are increasingly offloading processing to edge servers instead of relying solely on the cloud or the device. They use the concrete example of a real-time language translation app that cut latency from 500 milliseconds to under 50 milliseconds by moving inference to a nearby edge node. The hosts discuss how edge computing reduces bandwidth costs, improves privacy by keeping sensitive data local, and enables features like real-time AR filters that would be impossible with cloud round-trips. They also touch on the trade-offs: increased infrastructure complexity, the challenge of cache invalidation across thousands of nodes, and why some apps still need the cloud for heavy training. By the end, you'll understand what edge means for mobile developers and why major platforms like AWS and Google are investing heavily in edge SDKs. #EdgeComputing #MobileDev #Latency #RealTimeApps #AWSLambda #CloudflareWorkers #TranslationApp #ARFilters #PrivacyByDesign #5G #SDKs #FexingoBusiness #BusinessPodcast #Technology #MobileDevelopment #AppBuilding #ComputeAtEdge #UserExperience Keep every episode free: buymeacoffee.com/fexingo

  49. -1

    Why Mobile Apps Are Adopting Declarative UI Patterns in 2026

    Lucas and Luna explore the shift toward declarative UI frameworks in mobile development, focusing on how SwiftUI and Jetpack Compose are changing how teams build and iterate. They discuss the productivity gains at a mid-size startup called TrailBlazer, which cut its UI code by 40 percent after migrating, and unpack the trade-offs around performance and learning curves. The conversation also touches on why older imperative patterns like UIKit and XML layouts are still relevant for complex animations and legacy codebases. A must-listen for mobile engineers evaluating framework choices in 2026. #DeclarativeUI #SwiftUI #JetpackCompose #MobileDevelopment #iOS #Android #UIKit #XML #UIArchitecture #Productivity #TrailBlazer #CodeMigration #2026Tech #Technology #MobileApps #FexingoBusiness #BusinessPodcast #TechPodcast Keep every episode free: buymeacoffee.com/fexingo

  50. -2

    Why Mobile Apps Are Shrinking in 2026

    Episode 11 of Mobile Development with Fexingo flips the script on app bloat. Lucas and Luna explore a counter-trend: high-profile apps like Uber, Spotify, and Instagram are deliberately shrinking their binary sizes using modular architecture, on-demand delivery, and compile-time stripping. They examine how Uber cut its iOS binary by 40 percent using microapps, and how Spotify saved over 300 megabytes by separating core playback from discovery features. The hosts also discuss Android's APK split delivery and iOS 19's new 'thin binary' requirement for App Store submissions. By the end, you'll understand why smaller apps load faster, use less storage, and actually improve user retention. A practical episode for any mobile developer wondering whether to add or subtract features in 2026. #AppSize #BinaryShrink #MobileDevelopment #iOS19 #Uber #Spotify #ModularArchitecture #OnDemandDelivery #APK #SwiftUI #Kotlin #AppStore #DevOps #Tech #FexingoBusiness #BusinessPodcast #MobileDev #AppPerformance Keep every episode free: buymeacoffee.com/fexingo

Type above to search every episode's transcript for a word or phrase. Matches are scoped to this podcast.

Searching…

We're indexing this podcast's transcripts for the first time — this can take a minute or two. We'll show results as soon as they're ready.

No matches for "" in this podcast's transcripts.

Showing of matches

No topics indexed yet for this podcast.

Loading reviews...

ABOUT THIS SHOW

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 open-source libraries and documented case studies from companies like Airbnb, Spotify, and Basecamp. Lucas brings a journalist's rigor, asking why a team chose one approach over another; Luna pushes back with hands-on nuance, drawing from her own experience shipping apps. Together, they serve engineers, technical leads, and product managers who want to stay sharp without chasing every new tool. The c

HOSTED BY

Fexingo

CATEGORIES

Frequently Asked Questions

How many episodes does Mobile Development with Fexingo: iOS, Android, and App Building Conversations have?

Mobile Development with Fexingo: iOS, Android, and App Building Conversations currently has 50 episodes available on PodParley. New episodes are automatically indexed when they're published to the podcast feed.

What is Mobile Development with Fexingo: iOS, Android, and App Building Conversations about?

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

How often does Mobile Development with Fexingo: iOS, Android, and App Building Conversations release new episodes?

Mobile Development with Fexingo: iOS, Android, and App Building Conversations has 50 episodes. Check the episode list to see recent publication dates and frequency.

Where can I listen to Mobile Development with Fexingo: iOS, Android, and App Building Conversations?

You can listen to Mobile Development with Fexingo: iOS, Android, and App Building Conversations on PodParley by clicking any episode. We provide an embedded audio player for direct listening, and you can also subscribe via your preferred podcast app using the RSS feed.

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

Mobile Development with Fexingo: iOS, Android, and App Building Conversations is created and hosted by Fexingo.
URL copied to clipboard!