So I was looking for a graph solution for my app and I stumbled on GraphView.
I was looking around on the github and in the source files and I can't seem to find an integration guide. Maybe it's right in front of my face but I can't see it anywhere.
I have never integrated someone elses code into my own before, so if anyone could give me a quick rundown on how to integrate GraphView with my current project, I would greatly appreciate it.
Option 1:
/libs
folder in the project where you want to use GraphView
.Option 2:
Get the project from github
using git
:
git
git clone git://github.com/jjoe64/GraphView.git graphView
Eclipse
File
-> Import...
-> Android
-/ Existing Android Code Into Project
(use Browse
to navigate to the graphView
folder from your favorite folder of the previous step)GraphView
-> Properties
-> Android
-> at the bottom(the Library
area) use Add...
to select GraphView