android - Positioning a graph using achartengine in an XML file -


Therefore, I want to create an application that can read in many groups of data and display a graph. My problem is not loading the graph itself, I have earned it to work, but I would like to display the graph in a particular UI. I want to display a graph, in which 6 check boxes and spinners are given below. Depending on which option the spinner is, the 6 check boxes will vary.

However, I have followed some tutorials and do not need XML files. How can I get it, or how can I do the layout, where to graphize the graph to display in the Exchange file?

What do I have: Enter image details here

What do I want (poor paint painting but you get it: D):

Image details here Enter

The F-White Box should have a check box.

Also ..... I know that I should post the code with this but there is no xml file for this graph, it is done entirely in a simple Java class.

This is a common question in AChartEngine. The solution can be found.

There is also an example in the demo project. You can download AEEE demo, it includes some code, which shows how to embed a chart inside an XML layout.

Comments