I can\'t get data from MySQL database for graphics. I found an example code for create graph but I want to put x axis data and y axis data from database
My example c
Yes.It will be possible. you can follow my example
Bar Chart in Android With out any Built in jars. Here you can get data from database and try to set the results in the arrays(Say grossSal,netSal,datelabel arrays)
Here is the simple logic with no jars needed. you can implement bar charts with your own coding from this example