0

I apologize as I am not android developer even I am working on it!

I am trying to create pie chart from data stored in sqlight. First I tested achartengine demo example. Given here Achartengine Pie chart. It shows me fine.

It ask user to insert data and show slice as new data get inserted.

I want data inserted by user to store in sqlite database and on button click show chart.

I dont know what code navigation should I follow. someone please guide.

user123
  • 5,269
  • 16
  • 73
  • 121

1 Answers1

0

You can do following things. If i get u right . you want to show pie chart by the data stored in a sqlite databse that is entered by the user. here are the steps that you can follow.

Inserting values to database by the user. if you know basic stuff this tutorial can help you link in creating a UI to insert values to a sqlite database.

For using these values to create a chart you can follow this .

I hope this helps.

Community
  • 1
  • 1
dreamer1989
  • 1,075
  • 3
  • 12
  • 29