This is full android code for drawing line graphs with AchartEngine library
Here is the screenshot of the graph in this project.
First it shows two button to access line graph and dynamic line graph.
After clicked View Line Graph button, we can see static line graph which drew through two static integer arrays.
After clicked View Dynamic Graph button, we can see dynamic line graph which drew through randomly genarating numbers in y axis between 0 to 100 with 1 second delay. You can see how graph is drawing in the screen very clealy with one second delay.