Skip to content

StephenMM1952/Clean-Android-Architecture

 
 

Repository files navigation

Clean Android Architecture

Clean Android Architecture, published by Packt

Clean Android Architecture

This is the code repository for Clean Android Architecture, published by Packt.

Take a layered approach to writing clean, testable, and decoupled Android applications

What is this book about?

As an application’s codebase increases, it becomes harder for developers to maintain existing features and introduce new ones. In this clean architecture book, you'll learn to identify when and how this problem emerges and how to structure your code to overcome it.

This book covers the following exciting features:

  • Discover and solve issues in Android legacy applications
  • Become well versed with the principles behind clean architecture
  • Get to grips with writing loosely coupled and testable code
  • Find out how to structure an application’s code in separate layers
  • Understand the role each layer plays in keeping the application clean
  • Integrate existing frameworks and libraries for each layer

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

https://www.packtpub.com/

Instructions and Navigations

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

The code will look like the following:


data class User(
    val id: String,
    val firstName: String,
    val lastName: String,
    val email: String
) 


Following is what you need for this book:

This book is for Android developers who want to learn about managing the complexity of their applications, and is also highly recommended for intermediate or advanced Android developers looking for a go-to guide for clean architecture and the integration of various Android technologies. New developers familiar with the fundamentals of Android app development will find this book useful too.

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

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

Code in Action

Click on the following link to see the Code in Action: Youtube link

Related products

Get to Know the Author

Alexandru Dumbravan has been an Android Developer since 2011 and worked across a variety of Android applications which contained features such as messaging, voice calls, file management, and location. He continues to broaden his development skills while working in London for a popular fintech company.

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/9781803234588

About

Clean Android Architecture, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%