PianoChartView
Elementary and clean Android PianoView for displaying piano chord/scale charts in music theory apps for pianists.
File Explorer
Download Latest Version (.zip)- profiles_settings.xml
- android_arch_core_common_1_0_0_jar.xml
- android_arch_lifecycle_common_1_0_3_jar.xml
- android_arch_lifecycle_runtime_1_0_3.xml
- com_android_support_animated_vector_drawable_27_0_2.xml
- com_android_support_appcompat_v7_27_0_2.xml
- com_android_support_support_annotations_27_0_2_jar.xml
- com_android_support_support_compat_27_0_2.xml
- com_android_support_support_core_ui_27_0_2.xml
- com_android_support_support_core_utils_27_0_2.xml
- com_android_support_support_fragment_27_0_2.xml
- com_android_support_support_vector_drawable_27_0_2.xml
- com_android_support_test_espresso_espresso_core_2_2_2.xml
- com_android_support_test_espresso_espresso_idling_resource_2_2_2.xml
- com_android_support_test_exposed_instrumentation_api_publish_0_5.xml
- com_android_support_test_rules_0_5.xml
- com_android_support_test_runner_0_5.xml
- com_google_code_findbugs_jsr305_2_0_1_jar.xml
- com_squareup_javawriter_2_1_1_jar.xml
- javax_annotation_javax_annotation_api_1_2_jar.xml
- javax_inject_javax_inject_1_jar.xml
- junit_junit_4_12_jar.xml
- org_hamcrest_hamcrest_core_1_3_jar.xml
- org_hamcrest_hamcrest_integration_1_3_jar.xml
- org_hamcrest_hamcrest_library_1_3_jar.xml
- compiler.xml
- encodings.xml
- gradle.xml
- misc.xml
- modules.xml
- runConfigurations.xml
- vcs.xml
- gradle-wrapper.jar
- gradle-wrapper.properties
- ExampleInstrumentedTest.java
- PianoChartView.java
- attrs.xml
- strings.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- ExampleInstrumentedTest.java
- MainActivity.java
- activity_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- arrays.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/Andy671/PianoChartView
Downloads the entire project code from GitHub to your computer.
cd PianoChartView
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
