/ViolinCompanion

Violin Companion App.

Primary LanguageKotlin

ViolinCompanion

Violin companion app allowing the following:

  • Note taking
  • Metronome
  • Scales and Arpeggios information
  • Tuner

Status

Notes section is complete. Metronome is in progress. Scales and Tuner are incomplete.

Table of Contents

Installation

Download to your project directory and open with Android Studio:

git clone git@github.com:aiavci/ViolinCompanion.git

Tools

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

Images

Main Menu Metronome NewNote NotesActivity

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.