Kickstart Modern Android Development with Jetpack and Kotlin: Enhance your applications by integrating Jetpack and applying modern app architectural c

Ghita, Catalin

  • 出版商: Packt Publishing
  • 出版日期: 2022-05-20
  • 售價: $1,800
  • 貴賓價: 9.5$1,710
  • 語言: 英文
  • 頁數: 472
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1801811075
  • ISBN-13: 9781801811071
  • 相關分類: AndroidJVM 語言
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Explore Jetpack libraries and other modern technologies for Android development
  • Improve the architectural design of your Android apps
  • Enhance the quality of your Android projects' code bases and applications using the latest libraries

Book Description

With Jetpack libraries, you can build and design high-quality, robust Android apps that have an improved architecture and work consistently across different versions and devices. This book will help you understand how Jetpack allows developers to follow best practices and architectural patterns when building Android apps while also eliminating boilerplate code.

Developers working with Android and Kotlin will be able to put their knowledge to work with this condensed practical guide to building apps with the most popular Jetpack libraries, including Jetpack Compose, ViewModel, Hilt, Room, Paging, Lifecycle, and Navigation. You'll get to grips with relevant libraries and architectural patterns, including popular libraries in the Android ecosystem such as Retrofit, Coroutines, and Flow while building modern applications with real-world data.

By the end of this Android app development book, you'll have learned how to leverage Jetpack libraries and your knowledge of architectural concepts for building, designing, and testing robust Android applications for various use cases.

What you will learn

  • Integrate popular Jetpack libraries such as Compose, ViewModel, Hilt, and Navigation into real Android apps with Kotlin
  • Apply modern app architecture concepts such as MVVM, dependency injection, and clean architecture
  • Explore Android libraries such as Retrofit, Coroutines, and Flow
  • Integrate Compose with the rest of the Jetpack libraries or other popular Android libraries
  • Work with other Jetpack libraries such as Paging and Room while integrating a real REST API that supports pagination
  • Test Compose UI and the application logic through unit tests

Who this book is for

This book is for junior and intermediate-level Android developers looking to level up their Android development skills to develop high-quality apps using Jetpack libraries and other cutting-edge technologies. Beginners with knowledge of Android development fundamentals will also find this book useful. Familiarity with Kotlin is assumed.

作者簡介

Catalin Ghita is a Udemy Instructor and an Android Engineer proficient in Native Android Development, while also being active in Cross-platform development with React-Native and Flutter. He successfully built, deployed, and maintained huge scalable apps with millions of downloads and active users for industry giants like Burger King, Carrefour or Bankinter. He is designated to architect huge applications into scalable, maintainable and testable form and shapes. As the owner of the Coding Troops blog and Udemy instructor, he wrote articles and taught courses reaching tens of thousands of students, thereby exposing and clarifying concepts and subtleties on hot topics in Android.

目錄大綱

  1. Creating Modern UIs with Jetpack Compose
  2. Handling UI state with Jetpack ViewModel
  3. Displaying Real Data from a REST API with Retrofit
  4. Handling Async Operations with Coroutines
  5. Adding Navigation in Compose with Jetpack Navigation
  6. Adding Offline Capabilities with Jetpack Room
  7. Introducing Presentation Patterns in Android
  8. Getting Started with Clean Architecture in Android
  9. Implementing Dependency Injection with Jetpack Hilt
  10. Test your app with UI and Unit tests
  11. Creating Infinite Lists with Jetpack Paging and Kotlin Flow
  12. Exploring the Jetpack Lifecycle Components