psa-anddev / kblog

A small example of clean architecture in Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KBlog

KBlog is an example of how the architectural principles in Uncle Bob's clean architecture can be applied using the recommended practices by Google in an Android application.

Getting Started

This application is just a regular Android application so you can just build it using Android Studio.

Running the tests

The tests can be run using Android Studio or using gradle.

./gradlew $module:test

or for Android modules

./gradlew $module:test$variant

About

A small example of clean architecture in Android


Languages

Language:Kotlin 100.0%