News

Throughout this article, we’ll be creating an application that uses the Android Architecture libraries to solve some of the most common problems you’ll encounter when developing for Android.
For a sake of simplicity the app is built in a single app module. It's struture can be scaled up and divided into multiple modules if needed. Application follows an official guide to app architecture ...
Note: This is a fork of our original Clean Architecture Boilerplate, except in this repo we have switched out the MVP approach found in the presentation layer to now use ViewModels from the Android ...