Kotes is an app that allows you to take notes, uses RecyclerView to display the notes, and uses Persistence to store the notes.
My take on Qote after 3 years.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
Android Studio
To install Kotes, follow these steps:
git clone https://github.com/2kabhishek/Kotes
cd Kotes
Kotes was built using Android Studio
and Kotlin
.
- Working with RecyclerView and Persistence model was interesting.
Hit the โญ button if you found this useful.