I am developing an application in android allowing the user to maintain his weight by providing him diet suggestions. I have done with that part and now, I need to display user weight tracking details using bar graph. I am able to fetch the Weight and Login date column data from the sqlite database to List<String>. But, I dont understand the way to put these values into a Bar Graph with Date Column data as X-axis and Weight column data as Y-axis.
Could anyone please help me to achieve the above scenario. Its too urgent.
Thanks in Advance.
Could anyone please help me to achieve the above scenario. Its too urgent.
Thanks in Advance.