Custom ChartViews with basic animation..
Charts is hosted in the following web site
https://github.com/alxndr-k/Charts
If you think the Android project Charts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Charts.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 19 |
Activity Count | 1 |
Fragment Count | 2 |
There are 3 image files in Charts. The names of the image files are listed as follows.
action_bar_chart.png app_icon.png ic_menu_refresh.png
The following screenshort is generated from the image listed above.
Charts has the following Java source files.
com.example.piechart.App.java com.example.piechart.ChartActivity.java com.example.piechart.Constants.java com.example.piechart.fragments.ChartFragment.java com.example.piechart.fragments.ColorPickerDialogFragment.java com.example.piechart.fragments.FragmentManagerInterface.java com.example.piechart.fragments.PreferencesFragment.java com.example.piechart.views.AnimatedListView.java com.example.piechart.views.adapters.Slice.java com.example.piechart.views.adapters.SlicesAdapter.java com.example.piechart.views.charts.PieChart.java