Leanpub Header

Skip to main content

Filters

Category: "Android"

Books

  1. Jetpack Compose 메커니즘
    @Composable의 모든 작동 원리를 파헤치다.
    Jaewoong

    이 책은 컴포즈 컴파일러, 런타임, UI 레이어, 그리고 성능 튜닝에 이르기까지 컴포즈의 모든 것을 탐구합니다. Jetpack Compose의 내부 소스 코드를 한 줄 한 줄 읽어 내려가며 특정 설계가 왜 그렇게 결정되었는지 그 이면을 설명하고, 여러분이 매일 작성하는 코드를 내부 메커니즘과 연결해 줍니다. 이 책을 읽고 나면 컴파일러와 런타임, UI 계층의 동작 시스템이 머릿속에 완성될 것이고, 궁극적으로 여러분이 일상에서 작성하는 컴포즈 프로젝트의 성능을 크게 향상시킬 수 있습니다. 코스 (영문): Jetpack Compose Mechanisms | 하드커버 종이책 (영문) | ISBN-13: 9798185354780

  2. Practical Kotlin Deep Dive
    Unlocking the 'How' and 'Why' behind Kotlin fundamentals and internal mechanisms.
    Jaewoong

    Takes you from “how to use Kotlin” into “how Kotlin really works,” revealing the internal implementations, desmifying bytecodes and compiler behavior, and internals that shape the language. If you want to write smarter, more confident Kotlin across fundamentals, coroutines, and multiplatform. Hardcover | ISBN: 979-8243872744 [Course] Practical Kotlin Deep Dive Course

  3. Jetpack Compose Mechanisms
    A dissection of what runs beneath every @Composable
    Jaewoong

    This book takes you straight into the Compose compiler, runtime, and UI layer, all about Compose performance tuning, reading the source line by line and explaining the why behind every design decision, then connecting each internal mechanism back to the code you write every day. The Course: Jetpack Compose Mechanisms | Hardcover | ISBN-13: 9798185354780

  4. Master Android Sensors with Jetpack Compose Projects
    Learn Android sensors through practical projects using modern Android development, Jetpack Compose, CameraX, Health APIs, and Sensor Fusion.
    Mahmoud Ramadan

    Build 15 real-world Android sensor apps while mastering Kotlin, Jetpack Compose, CameraX, GPS, Biometrics, Health APIs, and Sensor Fusion.

  5. Master Kotlin Coroutines & Flow for Android
    Build Fast, Responsive, and Production-Ready Android Apps with Kotlin Coroutines, Flow, StateFlow, SharedFlow, Channels, Jetpack Compose, ViewModel, Room, Retrofit, and Modern Android Architecture
    Mahmoud Ramadan

    Master Kotlin Coroutines and Flow from the ground up through real Android projects, production patterns, and best practices used by senior Android engineers.

  6. Android App Architecture Mastery (2026 Edition)
    Design Scalable, Modular & Production-Ready Apps with Clean Architecture, MVVM, MVI, Hilt & Modern Android Tools
    A.P. Pyre

    Build Android applications that scale with confidence. Android App Architecture Mastery (2026 Edition) delivers a production-focused blueprint for designing modular, testable, and maintainable apps using Clean Architecture, MVVM, MVI, Kotlin Coroutines, Flow, Hilt, Jetpack Compose, and modern Android engineering best practices.

  7. Android Development with Jetpack Compose & Kotlin (2026 Edition)
    Build Modern Apps Using Android Studio, Material 3 & Google’s Latest Tools
    A.P. Pyre

    Build modern Android applications with Kotlin and Jetpack using practical, real-world development techniques. Learn how professional Android developers structure projects, manage UI and state, and create scalable, production-ready apps.

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

  9. Flutter Mastery: Building Production-Grade Applications
    A Complete Guide from Dart Fundamentals to App Store Deployment
    Steve Publications

    Take your Flutter skills from beginner to professional with a practical guide to building production ready applications. Learn Dart, master Flutter's core concepts, integrate real world services, optimize performance, and confidently publish polished apps to the App Store and Google Play.

  10. The Complete Guide to Android 17 Development
    From Fundamentals to Production: Kotlin, Compose, Architecture, and Beyond
    Steve Publications

    Master Android 17 with a practical guide that takes you from Kotlin and Jetpack Compose fundamentals to building and publishing production-ready apps. Packed with clear explanations, real-world code examples, and modern best practices, this book helps you create high-quality Android applications with confidence.

  11. Mastering Jetpack Compose
    Building Modern Android UIs from Fundamentals to Production
    Steve Publications

    Jetpack Compose is redefining Android UI development with a modern declarative approach. Mastering Jetpack Compose teaches you the fundamentals, advanced techniques, and production-ready patterns you need to build high-quality Android applications with confidence.

  12. Master Dependency Injection In Android Using Hilt And Koin
    Build scalable, testable, and maintainable Android applications with modern Dependency Injection techniques.
    Mahmoud Ramadan

    Stop writing tightly coupled Android code. Learn how to structure your apps with powerful Dependency Injection using Hilt and Koin—from beginner concepts to production-ready architectures.

  13. Mastering Android NDK: Native Development for Performance, Security, and JNI
    Protect Secrets, Boost Performance, and Master JNI with Native Code
    Mahmoud Ramadan

    Go beyond Kotlin and unlock the full power of Android native development with practical NDK projects in security, audio, video, computer vision, and on-device AI.

  14. React Native Hookbook
    A Practical Guide to Rendering, Hooks, and Component Behavior
    Andronote Studios

    Stop memorizing hooks. Start understanding how React Native rendering, state, effects, and re-renders really work.

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