Android: Hi, I’m using AchartEngine to display charts in my App
I have tried different ways to display this charts with some lists under the chart in my app, but I haven’t. I have no Idea about how to use these charts with defining layouts in xml. I’m able to display the graphs without using the xml layouts.
Many Thanks in Advance.
Regards,
Harry.
If Achartengine is referenced in your project (or compiled if you are including the source) then you should see the view available in the eclipse layout designer.
Just drag the view onto your layout.
Alternatively you can dynamically create your layout however this will require a little extra work and research