摘要:
android提供achartengine api 只能做简单的,如果是复杂的图表,个人的想法结合highcharts来完成;减小工作量,官方提供的例子也非常丰富。通过android webview来请求数据;public class ZTMainActivity extends Activity {WebView browser;ProgressDialog pd;Handler handler;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState)... 阅读全文