Violin companion app allowing the following:
- Note taking
- Metronome
- Scales and Arpeggios information
- Tuner
Notes section is complete. Metronome is in progress. Scales and Tuner are incomplete.
Download to your project directory and open with Android Studio:
git clone [email protected]:aiavci/ViolinCompanion.git
Below is a list of some of the tools used.
- Android Architecture Components: Allow for clean architecture with Room, LiveData and ViewModels
- Stetho: Allow DB debugging
- Timber: Clean console logging
- anko: Helper tools for better Kotlin development
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.