我正在研究这个例子
但我不明白如何用图书馆制作图像。
我打算制作图表并生成图像,但我什至无法创建图表。
我试过了
PieChartDemo01View p = new PieChartDemo01View(getApplicationContext());
PieChartDemo01View p = new PieChartDemo01View(new Activity());
PieChartDemo01View p = new PieChartDemo01View(this);
全部抛出异常。
我应该将哪个活动传递给构造函数来创建饼图?我怎样才能把馅饼放在 ImageView 中?我想保存生成的派。用户稍后可以看到该图形。