Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skedgo/chartviewforandroid
https://github.com/skedgo/chartviewforandroid
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/skedgo/chartviewforandroid
- Owner: skedgo
- Created: 2015-01-21T08:38:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T09:36:26.000Z (almost 10 years ago)
- Last Synced: 2024-03-26T15:16:48.314Z (8 months ago)
- Language: Java
- Size: 320 KB
- Stars: 1
- Watchers: 25
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a simple custom view that help you create columns charts in you Android application.
![Screenshot](https://cloud.githubusercontent.com/assets/5306576/5833978/5abf686a-a18b-11e4-9d1f-32b2e425590c.PNG)
# How to use
This project includes two parts, library project and demo project. You can pull this project
and run it as normal Android application to see how it works. To use the view in your project, you need:1. Copy the chartviewlibrary folder into your Android project and include it as a library.
2. Add PricingChart to your xml layout file like this:
3. Refer that view in your java code and set its data by using its setData method. That method receives a
list of double values in the range from 0.0 to 1.0, which represent percent values.
# License
[Apache License, Version 2.0][License][License]: http://opensource.org/licenses/Apache-2.0