Clean Android Architecture - Helion

Tytuł oryginału: Clean Android Architecture
ISBN: 9781803240558
stron: 366, Format: ebook
Data wydania: 2022-06-20
Księgarnia: Helion
Cena książki: 109,00 zł
As an application's code base 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.
The book starts by explaining clean architecture principles and Android architecture components and then explores the tools, frameworks, and libraries involved. You'll learn how to structure your application in the data and domain layers, the technologies that go in each layer, and the role that each layer plays in keeping your application clean. You'll understand how to arrange the code into these two layers and the components involved in assembling them. Finally, you'll cover the presentation layer and the patterns that can be applied to have a decoupled and testable code base.
By the end of this architecture book, you'll be able to build an application following clean architecture principles and have the knowledge you need to maintain and test the application easily.
Osoby które kupowały "Clean Android Architecture", wybierały także:
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 126,36 zł, (13,90 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 92,67 zł, (13,90 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
Spis treści
Clean Android Architecture. Take a layered approach to writing clean, testable, and decoupled Android applications eBook -- spis treści
- 1. Getting Started with Clean Architecture
- 2. Deep Diving into Data Sources
- 3. Understanding Data Presentation on Android
- 4. Managing Dependencies in Android Applications
- 5. Building the Domain of an Android Application
- 6. Assembling a Repository
- 7. Building Data Sources
- 8. Implementing an MVVM Architecture
- 9. Implementing an MVI Architecture
- 10. Putting It All Together