I am facing some issues while implementing 2d graphs in an Android 
application. The application should work in offline mode and the 
application shouldn't communicate to any servers. So we can't use any apis 
to implement the graph.

We are using sql lite database to save data. The application have an 
interface to accept data and save it in the DB. In the report section we 
are generating graphs based on the data in the DB. 

Now are using a library named "achrtengine" for this purpose. But we are 
facing some problem to customize it as per the client's design. We need to 
implement three graphs. Two bar graphs and one pie chart. We have almost 
implemented the 2d version of the graphs but we couldn't able to write 
numbers inside the graphs. Which is the better method to implement the 
graph? Please advice

Looking forward to your response. 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to