Leanpub Header

Skip to main content

Filters

Category: "Android"

Books

  1. Migrating Production Apps to Kotlin Multiplatform and Compose Multiplatform
    Migrating Production Apps to Kotlin Multiplatform and Compose Multiplatform
    An Operational Guide for Migrating Existing Production Android and iOS Apps to Kotlin Multiplatform and Compose Multiplatform
    Anubhav Savant

    Migrate existing, high-traffic production Android and iOS applications to Kotlin Multiplatform (KMP) and Compose Multiplatform (CMP) systematically—without pausing feature development or compromising release stability.

  2. Mastering Android Screenshot Testing

    This book introduces screenshot testing (also called visual or snapshot testing): an automated approach that records a reference image of the expected design, then compares each test run against it to detect visual changes. It’s a natural complement to functional UI tests, which verify behavior but not appearance. The book focuses on the fundamental principles that apply to all frameworks. It works through the questions teams actually face: when to use screenshot tests and when not to, what to verify, which frameworks and tools fit your workflow, how to generate tests from preview functions in Jetpack Compose, how to integrate tests into a CI/CD pipeline, and how to optimize the whole process. By the end, you’ll be able to choose the framework that best suits your project and build a safety net that catches visual bugs before release. Every concept is demonstrated with a demo mood tracker application, with all code available online.

  3. Create Flutter widgets dynamically with a REST API in Laravel or Django
    Create Flutter widgets dynamically with a REST API in Laravel or Django
    Create a REST API (JSON) with Laravel and PHP or Django and Python - connect it to an iOS and Android app with Dart
    Andrés Cruz Yoris

    In this book, you won't just learn to create static screens; you will learn to build dynamic interfaces (Server-Driven UI). We will start with layout in Flutter, move through the robust construction of APIs and models using Laravel and Django, and finish by implementing a "Widget Mix" so the backend dictates how the app looks. By the end, you will have built a system where you can update your users' UI in real-time, without having to wait for app store approvals. This is the solid foundation you need to develop scalable and modern applications.

  4. Crea widgets de Flutter dinámicamente con una Rest API en Laravel o Django
    Crea widgets de Flutter dinámicamente con una Rest API en Laravel o Django
    Crea una Rest Api (JSON) con Laravel y PHP o Django y Python - conéctala con una aplicación en iOS y Android con Dart
    Andrés Cruz Yoris

    En este libro, no solo aprenderás a crear pantallas estáticas; aprenderás a construir interfaces dinámicas (Server-Driven UI). Comenzaremos con la maquetación en Flutter, pasaremos por la construcción robusta de APIs y modelos usando Laravel y Django, y terminaremos implementando un "Mix de Widgets" para que el backend dicte cómo se ve la app. Al finalizar, habrás construido un sistema donde podrás actualizar la UI de tus usuarios en tiempo real, sin tener que esperar las aprobaciones de las tiendas de aplicaciones. Esta es la base sólida que necesitas para desarrollar aplicaciones escalables y modernas.

  5. React Native Internals
    React Native Internals
    Abdur-Rahmaan Janhangeer

    Understand React Native internals with zero guesswork.

  6. Production-Grade React Native: Reliability, Performance, and Large-Scale System Design

    Takes you from building React Native apps to engineering production systems that scale, recover from failure, and run reliably at real-world traffic.

  7. React Native Foundations: Architecture, UI, and Scalable App Design

    Learn React Native from first principles to production-ready architecture, building fast, scalable apps with real-world mobile engineering practices.

  8. Android Internals 3: Hardware, Graphics and the Native Layer

    Stop treating Android like a black box and start thinking like the engineers who build it.

  9. Android Internals 2: Performance, Concurrency, and Runtime

    Stop treating Android like a black box and start thinking like the engineers who build it.

  10. Android Internals: Architecture, Internals, and AOSP Foundations
    Android Internals: Architecture, Internals, and AOSP Foundations
    Understanding core Android OS concepts
    Abdur-Rahmaan Janhangeer

    Stop treating Android like a black box and start thinking like the engineers who build it.

  11. Android AI Agents. Building autonomous apps that use Tool Calling, Function Injection, and Screen Awareness to perform tasks for the user

    Stop building chatbots and start building agents that interact directly with the Android OS. Master Gemini Nano and AICore to architect autonomous systems that see, think, and take action. Implement production-ready Tool Calling, Screen Awareness, and the ReAct loop using Kotlin 2.x. Move beyond the API call—embrace the Agentic Era and build the future of mobile intelligence.

  12. Edge AI Performance with Android Kotlin
    Edge AI Performance with Android Kotlin
    Optimizing hardware acceleration via NPU, GPU, and DSP. Advanced quantization and model pruning
    Edgar Milvus

    Master high-performance Edge AI by orchestrating NPUs, GPUs, and DSPs for real-time mobile intelligence. Run complex models at 60 FPS using advanced quantization, weight pruning, and NDK optimization. Leverage Kotlin 2.x and zero-copy pipelines to build battery-efficient and thermally stable AI features. The definitive engineering guide for shipping the "last mile" of AI deployment on modern Android SoCs.

  13. On-Device GenAI with Android Kotlin
    On-Device GenAI with Android Kotlin
    Mastering Gemini Nano, AICore, and local LLM deployment using MediaPipe and Custom TFLite models
    Edgar Milvus

    The era of cloud-only AI is over. Transition from calling remote APIs to building on-device brains using Gemini Nano, local LLMs, and private RAG pipelines.Master the hardware orchestration and Kotlin architecture needed for privacy, zero latency, and production-grade mobile intelligence.Stop being just a developer—become an Android AI Engineer and lead the 2026 mobile revolution today!

  14. Jetpack Compose for Real-World Android Apps
    Jetpack Compose for Real-World Android Apps
    Build Professional Screens, Navigation Flows, and Scalable UI Layouts
    A.P. Pyre

    Build modern, production-ready Android apps with Jetpack Compose using real-world patterns, scalable UI architecture, and professional workflows. This book goes beyond basics to show you exactly how to design, structure, and optimize apps that perform in real development environments. Perfect for developers ready to turn Compose knowledge into polished, portfolio-ready applications.

  15. Machine Learning for Android Engineers: From Theory to On-Device Inference

    Build your first on-device ML feature using mental models and engineer intuition, not math. A practical guide for Android developers — from Python training to TFLite inference in production.