how to draw graphs for mobile application?
I need to develop a mobile app (stand alone app.) for blackberry, android, iPhone and other devices. the app. is mainly to display various data using graphs (pie, bar, line and others). Please suggest me how to go about it? what language will help me开发者_Python百科 or what API i need to use?
Try using Sencha framework and their ext.js library. It has functions to draw graphs.
Also there is a very good javascript library protovis which can help you to draw visually interactive graphs
精彩评论