gpt4 book ai didi

android - 如何将 ACHARTENGINE 整合到我的 LAYOUT 中?

转载 作者:行者123 更新时间:2023-11-30 04:20:13 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Android: I am using AChartEngine library for graphs, but not able to integrate achartengine’s graph view with android xml?

我是 ACHARTENGINE 的新手,想将它集成到我的布局中。

下面是我的 XML:

<FrameLayout
android:id="@+id/report_description"
android:layout_width="fill_parent"
android:layout_height="300dip"
android:layout_gravity="top">

<LinearLayout android:id="@+id/chart"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1" />

</FrameLayout>

这是我的代码:

public class GraphScreen extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.graph);
}
}

能否请您帮我渲染任何图表 BAR、PIE 或 LINE

提前致谢马兹

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com