[android-developers] AChartEngine 0.7.0

2011-07-30 Thread Dan Dromereschi
Hi all, The 0.7.0 release is now available for download. This version is compatible with all Android versions starting with the 1.5 version. On older platforms like 1.5 and 1.6, there is no support for pinch zoom, but the 2.x and 3.x have support for this. I think that other than the bunch of

[android-developers] Re: help for chart/graph?

2011-05-14 Thread Dan Dromereschi
Hi, Take a look at AChartEngine. Since version 0.6.0 it supports pinch zoom. Regards, Dan On May 14, 1:41 pm, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi, i have found chart engine to display charts in android.there is nice zoom in-out functionality.but i want that if i

[android-developers] Re: Open Source Chart

2011-05-14 Thread Dan Dromereschi
Hi, You can try AChartEngine. Open-source and free to use. Regards, Dan On May 2, 6:00 pm, Sivaprakash sivaprakashshanmu...@gmail.com wrote: Hi Please let me know if there is any good Open Source Chart Library for Android ? -- Siva -- You received this message because you are

[android-developers] Re: Charts in Android

2010-07-23 Thread Dan Dromereschi
You can definitely customize the size, labels in AChartEngine. There is no copyright logo in AChartEngine. Regards, Dan On Jul 23, 1:33 pm, veradis veradism...@gmail.com wrote: Thanks for the reply. The Pie chart that i want is implement is of 50*50 PX size. The aChartEngine is fine, but

[android-developers] Re: New AChartEngine release

2010-01-22 Thread Dan Dromereschi
?  Is there one? Thanks! On Jan 21, 5:38 pm, Dan Dromereschi dandromeres...@gmail.com wrote: Hi all, We are proud to announce a new release for the AChartEngine charting library. You can download it here:http://code.google.com/p/achartengine/downloads/list As it is an open-source project

[android-developers] New AChartEngine release

2010-01-21 Thread Dan Dromereschi
Hi all, We are proud to announce a new release for the AChartEngine charting library. You can download it here: http://code.google.com/p/achartengine/downloads/list As it is an open-source project (Apache License 2.0), everyone is welcome to contribute: * join the AChartEngine group

[android-developers] Re: AChartEngine - a charting framework for Android applications

2009-05-17 Thread Dan Dromereschi
Hi, The newly released version of AChartEngine (0.3.0) supports the features that you have requested: * vertical X axis charts (only horizontal X axis charts were supported previously) - available for the bar, line, area, time and scatter charts * text on top of the chart value (or on the

[android-developers] Re: ListView with the CheckBoxPreference look

2009-02-05 Thread Dan Dromereschi
/base.git;a=blob;... You'll have to modify it to include a checkbox inside widget_frame. Also the ids would be android.R.id.title and android.R.id.summary. Cheers, James On Fri, Jan 30, 2009 at 3:31 AM, Dan Dromereschi dandromeres...@gmail.com wrote: Hi James, Sure, the code snippet

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-30 Thread Dan Dromereschi
, as I was used to when writing SWT based applications, nothing is displayed. So, I am not sure how to make all the 3 things displaying. Thanks, Dan On Jan 29, 8:17 pm, James Yum j...@google.com wrote: Hi Dan, Can you post some code? Cheers, James On Thu, Jan 29, 2009 at 6:31 AM, Dan

[android-developers] ListView with the CheckBoxPreference look

2009-01-29 Thread Dan Dromereschi
Hello, I am trying to build a ListView that contains items that look exactly like the CheckBoxPreference, an android.R.id.text1, an android.R.id.text2 and a checkbox. I am using a SimpleAdapter and I manage to either have only text1 and the checkbox, or text1 and text2, but never all the 3 of