I was trying to find a good library to use for an android graph. I have looked at links such as this one: http://www.achartengine.org/index.html
Here there were multiple errors in the example file, Eclipse couldn’t find some packages and things like that.
The other one I tried is android plot, but it appears to be broken.
Now I am trying to use Graph View from here: http://www.jjoe64.com/2011/07/chart-and-graph-library-for-android.html
And I am trying to run an example program but now eclipse can’t find GraphViewData. Can anyone help me please? I stuck the example program into onCreate in my Activity and imported the files that Eclipse could find. I am also open to other graph suggestions that work.
Apparently, this is a common problem and is resolved by the following steps:
In Eclipse:
click ok then clean your project. (Project -> Clean…)
Source: https://groups.google.com/forum/?fromgroups#!topic/achartengine/TLHv3a08GdA
Edit:
Similar solution works for GraphView as well!