Paper is a simple note making android application developed to demonstrate Clean Architecture's finesse. The Android application is built upon Clean Architecture with MVVM and is completely written in Kotlin.
This is an OpenSource project and contributors are always welcomed. All the issues should be raised via Github issue tracker and all the changes should be proposed via Pull Requests
Before contributing, please ensure that you have downloaded the Android Studio SDK and set it up correctly. You can find a guide on how to do this here: Setting up Android Studio.
-
Clone the repository using HTTP:
https://github.com/devansh-299/Paper.git -
Open Android Studio.
-
Click on 'Open an existing Android Studio project'
-
Browse to the directory where you cloned the project and click OK.
-
Let Android Studio import the project and you are good to go!

