Top "Achartengine" questions

A charting software library for Android applications by Dan Dromereschi.

My Android AChartEngine is already working, but how to make it look good?

I guess the title gives away most of my questions, but let's detail and give a bit of background: I …

android achartengine
bar graph using AChartEngine library

I have a bar graph using AChartEngine library as shown below :: public class MainActivity extends Activity { private String[] mMonth = new …

android graph bar-chart achartengine unix-timestamp
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo .... java.lang.ClassNotFoundException

I have a problem that I'm dealing with since three days and I have tried to read different answers but …

android classnotfoundexception achartengine
The application AChartengine has stopped unexpectedly. Please try again

I just tried to use achartengine demo, but every time I click on something to show the chart appears an …

android achartengine
how to implement TimeChart in achartengine with android

I'm new in android and I want to use achartengine to implement time chart that represent the daily outgoing call …

android achartengine
Android achartengine simple pie chart

I'm following an example in this link and created a class as below public class aChartExample { public Intent execute(Context …

android android-activity achartengine
android - How to implement the Line Graph using Achartengine

I am new to Graph concept in android. In my app i want implement the line graph using achartengine. I …

android graph achartengine
AChartEngine transparent background

I have a problem. I'm making a graph with AChartEngine and I would like to have the background of the …

android background transparent achartengine
How to Display AChartEngine bar chart properly

I am using achartengine 1.0.1 (latest) and want to demonstrate a bar chart. This is what I want: My Desired Graph …

android bar-chart achartengine