how to use ChartDroid when there's no db to fetch data from
90 views
Skip to first unread message
hicsuntleones
unread,
Apr 14, 2012, 1:07:57 PM4/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ChartDroid Users
Hi everybody,
In my app I'd like to use ChartDroid to show pie-charts.
However I don't use persistent db storage since data is totally
volatile.
As a consequence I don't know how to populate my Content Provider.
How can this be achieved?
thanks in advance
regards
Vincenzo
hicsuntleones
unread,
Apr 15, 2012, 5:15:06 AM4/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ChartDroid Users
I solved this: rather than using the content provider I directly pass
the data through the extra parameters to the Intent.
Thanks regards
Vincenzo