• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Display BarGraph with Sqlite database column data

palluspS

Lurker
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.
 
There is no out of the box solution for this provided with Android. You will need to either create your own BarGraph View or try to find a pre-existing library that contains one.
 
Back
Top Bottom