Search found 1 match

by Simone
Thu Dec 22, 2011 9:22 pm
Forum: Java
Topic: XY chart in Android
Replies: 1
Views: 7141

XY chart in Android

Hi, I want to draw an XY chart. I used the following code but I haven't get the awaited result. public class XY_ChartActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setConten...