Skip to content

Kickstart Modern Android Development with Jetpack and Kotlin, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Kickstart-Modern-Android-Development-with-Jetpack-and-Kotlin

Repository files navigation

Kickstart Modern Android Development with Jetpack and Kotlin

Kickstart Modern Android Development with Jetpack and Kotlin, published by Packt

Kickstart Modern Android Development with Jetpack and Kotlin

This is the code repository for Kickstart Modern Android Development with Jetpack and Kotlin, published by Packt.

Enhance your applications by integrating Jetpack and applying modern app architectural concepts

What is this book about?

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.

This book covers the following exciting features:

  • 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

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Branches

Like any other software, Android, Kotlin and Jetpack evolve. Here are the branches we're maintaning which will allow you to follow this book with newer versions of Jetpack and Kotlin:

  • main - contains the code showcased in the book with Compose 1.1.1 and Kotlin 1.6.10
  • compose_1.2 - contains the code showcased in the book but updated for Compose 1.2.1 and Kotlin 1.7.0

Instructions and Navigations

All of the project files are organized into folders. For example, Chapter01.

The code will look like the following:


@Composable
fun FriendlyMessage(name: String) {
Text(text = "Greetings $name!")
}

  • Errata Page number 289:

It is:

val repoDependency = DependencyContainer.repository

It should be:

val repoDependency = DependencyContainer.repo

Following is what you need for this book:

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.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

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.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781801811071

About

Kickstart Modern Android Development with Jetpack and Kotlin, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages