-
Notifications
You must be signed in to change notification settings - Fork 811
Download and Getting Started
Jonas Gehring edited this page Apr 12, 2019
·
4 revisions
This is the recommended way if you use Android Studio / Gradle. You can require the library from the Maven Central Repository.
Add that line to your build.gradle
file under your app
directory into the dependencies block:
implementation 'com.jjoe64:graphview:4.2.2'
Now you can proceed with creating a simple line graph.
Clone the github repository and link your project with the GraphView library project. Then you have full control over the sources and can modify or debug it directly.
.$ git clone https://github.com/jjoe64/GraphView.git