Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

A sample android apps using clean architecture with RxKotlin

License

Notifications You must be signed in to change notification settings

mrdafian47/clean-book-store-simple

Repository files navigation

Book Store Simple App

CircleCI codecov

Example of using Clean Architecture in Android Application. Build with Kotlin Language

Getting Start

You can open this project with Android Studio

Prerequisites

What things you need to install the software and install them :

  • Java 8
  • Gradle

If you using Mac OS, you could install this with Homebrew

$ brew cask install java8
$ brew install gradle

Installing

Create first folder repo, then clone project

$ cd Workspace/android/
$ git clone https://github.com/mohamad-rizki/clean-book-store-simple.git

Testing

To testing with JVM, just running this command

$ ./gradlew test

Will generate report for testing. In directory app/build/reports/tests

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A sample android apps using clean architecture with RxKotlin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages