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:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
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