Android Open Source - Animation graph hellocharts-android






Project Summary

Charts/graphs library for Android compatible with API 8+, several chart types with support for scaling, scrolling and animations.

Web Site / Source Repository

hellocharts-android is hosted in the following web site
https://github.com/lecho/hellocharts-android

If you think the Android project hellocharts-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of hellocharts-android.

ItemValue
Java File Count107
Target SDK Version21
Minimum SDK Version8
Activity Count14
Fragment Count14
jar files usedandroid-support-v4.jar
Asset File Namesassets\Roboto-Bold.ttf
assets\Roboto-BoldItalic.ttf
assets\Roboto-Italic.ttf




License

The license information of hellocharts-android is as follows:

Apache License

Java Source Files

hellocharts-android has the following Java source files.

lecho.lib.hellocharts.animation.ChartAnimationListener.java
lecho.lib.hellocharts.animation.ChartDataAnimator.java
lecho.lib.hellocharts.animation.ChartDataAnimatorV14.java
lecho.lib.hellocharts.animation.ChartDataAnimatorV8.java
lecho.lib.hellocharts.animation.ChartViewportAnimator.java
lecho.lib.hellocharts.animation.ChartViewportAnimatorV14.java
lecho.lib.hellocharts.animation.ChartViewportAnimatorV8.java
lecho.lib.hellocharts.animation.DummyChartAnimationListener.java
lecho.lib.hellocharts.animation.PieChartRotationAnimator.java
lecho.lib.hellocharts.animation.PieChartRotationAnimatorV14.java
lecho.lib.hellocharts.animation.PieChartRotationAnimatorV8.java
lecho.lib.hellocharts.computator.ChartComputator.java
lecho.lib.hellocharts.computator.PreviewChartComputator.java
lecho.lib.hellocharts.formatter.AxisValueFormatter.java
lecho.lib.hellocharts.formatter.BubbleChartValueFormatter.java
lecho.lib.hellocharts.formatter.ColumnChartValueFormatter.java
lecho.lib.hellocharts.formatter.LineChartValueFormatter.java
lecho.lib.hellocharts.formatter.PieChartValueFormatter.java
lecho.lib.hellocharts.formatter.SimpleAxisValueFormatter.java
lecho.lib.hellocharts.formatter.SimpleBubbleChartValueFormatter.java
lecho.lib.hellocharts.formatter.SimpleColumnChartValueFormatter.java
lecho.lib.hellocharts.formatter.SimpleLineChartValueFormatter.java
lecho.lib.hellocharts.formatter.SimplePieChartValueFormatter.java
lecho.lib.hellocharts.formatter.ValueFormatterHelper.java
lecho.lib.hellocharts.gesture.ChartScroller.java
lecho.lib.hellocharts.gesture.ChartTouchHandler.java
lecho.lib.hellocharts.gesture.ChartZoomer.java
lecho.lib.hellocharts.gesture.PieChartTouchHandler.java
lecho.lib.hellocharts.gesture.PreviewChartTouchHandler.java
lecho.lib.hellocharts.gesture.ZoomerCompat.java
lecho.lib.hellocharts.listener.BubbleChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.ColumnChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.ComboLineColumnChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.DummyBubbleChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.DummyColumnChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.DummyCompoLineColumnChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.DummyLineChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.DummyPieChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.DummyVieportChangeListener.java
lecho.lib.hellocharts.listener.LineChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.OnValueDeselectListener.java
lecho.lib.hellocharts.listener.PieChartOnValueSelectListener.java
lecho.lib.hellocharts.listener.ViewportChangeListener.java
lecho.lib.hellocharts.model.AbstractChartData.java
lecho.lib.hellocharts.model.Axis.java
lecho.lib.hellocharts.model.AxisValue.java
lecho.lib.hellocharts.model.BubbleChartData.java
lecho.lib.hellocharts.model.BubbleValue.java
lecho.lib.hellocharts.model.ChartData.java
lecho.lib.hellocharts.model.Column.java
lecho.lib.hellocharts.model.ColumnChartData.java
lecho.lib.hellocharts.model.ComboLineColumnChartData.java
lecho.lib.hellocharts.model.Line.java
lecho.lib.hellocharts.model.LineChartData.java
lecho.lib.hellocharts.model.PieChartData.java
lecho.lib.hellocharts.model.PointValue.java
lecho.lib.hellocharts.model.SelectedValue.java
lecho.lib.hellocharts.model.SliceValue.java
lecho.lib.hellocharts.model.SubcolumnValue.java
lecho.lib.hellocharts.model.Viewport.java
lecho.lib.hellocharts.provider.BubbleChartDataProvider.java
lecho.lib.hellocharts.provider.ColumnChartDataProvider.java
lecho.lib.hellocharts.provider.ComboLineColumnChartDataProvider.java
lecho.lib.hellocharts.provider.LineChartDataProvider.java
lecho.lib.hellocharts.provider.PieChartDataProvider.java
lecho.lib.hellocharts.renderer.AbstractChartRenderer.java
lecho.lib.hellocharts.renderer.AxesRenderer.java
lecho.lib.hellocharts.renderer.BubbleChartRenderer.java
lecho.lib.hellocharts.renderer.ChartRenderer.java
lecho.lib.hellocharts.renderer.ColumnChartRenderer.java
lecho.lib.hellocharts.renderer.ComboChartRenderer.java
lecho.lib.hellocharts.renderer.ComboLineColumnChartRenderer.java
lecho.lib.hellocharts.renderer.LineChartRenderer.java
lecho.lib.hellocharts.renderer.PieChartRenderer.java
lecho.lib.hellocharts.renderer.PreviewColumnChartRenderer.java
lecho.lib.hellocharts.renderer.PreviewLineChartRenderer.java
lecho.lib.hellocharts.samples.AboutActivity.java
lecho.lib.hellocharts.samples.BubbleChartActivity.java
lecho.lib.hellocharts.samples.ColumnChartActivity.java
lecho.lib.hellocharts.samples.ComboLineColumnChartActivity.java
lecho.lib.hellocharts.samples.GoodBadChartActivity.java
lecho.lib.hellocharts.samples.LineChartActivity.java
lecho.lib.hellocharts.samples.LineColumnDependencyActivity.java
lecho.lib.hellocharts.samples.MainActivity.java
lecho.lib.hellocharts.samples.PieChartActivity.java
lecho.lib.hellocharts.samples.PreviewColumnChartActivity.java
lecho.lib.hellocharts.samples.PreviewLineChartActivity.java
lecho.lib.hellocharts.samples.SpeedChartActivity.java
lecho.lib.hellocharts.samples.TempoChartActivity.java
lecho.lib.hellocharts.samples.ViewPagerChartsActivity.java
lecho.lib.hellocharts.util.AxisAutoValues.java
lecho.lib.hellocharts.util.ChartUtils.java
lecho.lib.hellocharts.util.FloatUtils.java
lecho.lib.hellocharts.view.AbstractChartView.java
lecho.lib.hellocharts.view.BubbleChartView.java
lecho.lib.hellocharts.view.Chart.java
lecho.lib.hellocharts.view.ColumnChartView.java
lecho.lib.hellocharts.view.ComboLineColumnChartView.java
lecho.lib.hellocharts.view.LineChartView.java
lecho.lib.hellocharts.view.PieChartView.java
lecho.lib.hellocharts.view.PreviewColumnChartView.java
lecho.lib.hellocharts.view.PreviewLineChartView.java
lecho.lib.hellocharts.view.hack.HackyDrawerLayout.java
lecho.lib.hellocharts.view.hack.HackyViewPager.java