Design the Base Components in Android With a Clean Architecture

Part 4 of the clean architecture tutorial for Android

Siva Ganesh Kantamani
Better Programming
Published in
4 min readApr 19, 2021

--

Laptop on table
Photo by Federica Galli on Unsplash.

This is the fourth part of our series on building an Android application with a proper clean architecture. In this installment, we’re going to focus on base classes for Android components and ViewModel to centralize the common work.

--

--