Android-Charts-master

所属分类:绘图程序
开发工具:Java
文件大小:807KB
下载次数:2
上传日期:2016-11-04 10:53:56
上 传 者Ricky
说明:  eclipse开发,画图形图表,这是一个小Demo,给需要的人提供资源。
(Eclipse development, graphic chart, this is a small Demo, provides resources to people in need.)

文件列表:
LICENSE (9146, 2016-04-16)
build.gradle (374, 2016-04-16)
doc (0, 2016-04-16)
doc\javadoc (0, 2016-04-16)
doc\javadoc\allclasses-frame.html (6998, 2016-04-16)
doc\javadoc\allclasses-noframe.html (6158, 2016-04-16)
doc\javadoc\cn (0, 2016-04-16)
doc\javadoc\cn\limc (0, 2016-04-16)
doc\javadoc\cn\limc\androidcharts (0, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\AndroidChartsActivity.html (17357, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\BuildConfig.html (10276, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\R.attr.html (9016, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\R.drawable.html (19669, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\R.html (10989, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\R.id.html (15111, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\R.layout.html (10337, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\R.string.html (22035, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use (0, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\AndroidChartsActivity.html (5991, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\BuildConfig.html (5902, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\R.attr.html (5852, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\R.drawable.html (5892, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\R.html (5802, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\R.id.html (5832, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\R.layout.html (5872, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\class-use\R.string.html (5872, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity (0, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\ColoredStickEntity.html (13573, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\DateValueEntity.html (13130, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\IChartData.html (10778, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\IEntity.html (7026, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\IHasColor.html (9179, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\IHasDate.html (9731, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\IMeasurable.html (9508, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\IStickEntity.html (9991, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\LineEntity.html (17475, 2016-04-16)
doc\javadoc\cn\limc\androidcharts\entity\ListChartData.html (15791, 2016-04-16)
... ...

# Welcome to Android-Charts Welcome to `Android-Charts` project page on github.com. We just moved from Google Code.
Android-Charts is an open-source android developing framework written in JAVA on Android SDK.
Android-Charts includes a set of very useful graphs/charts you need for developing Android application.
For user in ***:
Android-Charts/Cocoa-Charts技术交流QQ群现已开通,欢迎加入。群号:`170***7350` ### Released Charts - `gird chart` - `line chart` - `stick chart` - `candlestick chart` - `macd chart` - `pie chart` - `spider web chart` - `area chart` - `separated stick chart` - `pizza chart` - `round radar chart` - `rose chart` ### Under developing Charts - `stacked stick chart` ### More About Android-Charts If you need further information of Android-Charts, you can visit the web site of Android-Charts. - [http://www.limc.cn/androidcharts](http://www.limc.cn/osf/androidcharts). Or Contact us by follow - Twitter: [@limccn](https://twitter.com/limccn) - Sina Weibo:[@limccn](http://weibo.com/limccn) Also, you can goto Google Code and find the old versions of Android-Charts. - [Android-Charts on Google Code](https://code.google.com/p/android-charts/) ### Need iOS version? We also released an Objective-c version Chart Framework, if you need develop your application on both Android and iOS platforms. - [Cocoa-Charts](https://github.com/limccn/Cocoa-Charts.git) ## Get Start 1. Clone or download Android-Charts if you haven't yet, At the command prompt type command like this git clone git://github.com/limccn/Android-Charts.git 2. Import the Android-Charts source files to your android project. 3. Select the graph/chart you want to use in your application, and Enjoy it. ### Gradle build To install the sample application to your device run the following task: ``` $ ./gradlew installDebug ``` To deploy the library to your local Maven repository run the following task: ``` $ ./gradlew install ``` Then, to use the library in your project add the following to your `build.gradle`: ```groovy dependencies { compile 'cn.limc:androidcharts:1.0.0' } ``` ## ScreenShot ![Screenshot](http://www.lidaren.com/code/androidcharts/screenshot.png) ## History, Change Logs ###v0.1.1, `2013-05-30` To make our Android-Charts more like an Open-source framework, We fixed some bugs. Besides, We rewrote the Javadoc annotations. ###v0.1, `2012-07-14` The first stable version released, we decide to make it as an Open-source framework. This version of Android-Charts included some new charts like line chart and stick chart. ###v0.0.1, `2011-05-06` We found that we need a new graph/chart framework to develop our application, so we wrote our first version of Android-Charts, only includes pie chart and spider web chart. ## Contributing We encourage everyone to contribute to Android-Charts! - Get a [GitHub Account](https://github.com/signup/free) if you haven't yet. - Fork [Android-Charts](https://github.com/limccn/Android-Charts.git). Tips:([how to fork a repo](https://help.github.com/articles/fork-a-repo)) - Make your changes. - Test your changes. - Submit a pull request. Tips:([how to create a pull request](https://help.github.com/articles/fork-a-repo)) ## License Android-Charts is released under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). Copyright 2011 limc.cn All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Donation If you like Android-Charts feel free to support Android-Charts. By making donation you invest in the project's future, helping it to be compatible with latest Android versions and to have less bugs and more features.

近期下载者

相关文件


收藏者