Skip to content

erdincay/androidplot

 
 

Repository files navigation

Androidplot

A library for creating dynamic and static charts in Android apps. It’s designed from the ground up for Android, compatible with all versions of Android from 1.6 onward and is used by over 500 apps on Google Play.

image

Demo App

Play Store Listing

Source Code

Usage

To use the library in your gradle project add the following to your build.gradle:

dependencies {
    compile 'com.androidplot:androidplot-core:0.9.3'
}

Quickstart

http://androidplot.com/docs/quickstart

Documentation

http://androidplot.com/docs/

Bugs

We use Jira as our issue tracker - report bugs on https://androidplot.jira.com

Help

Technical questions should be posted using the androidplot tag on Stack Overflow. For everything else use the Google Groups forum.

Contribute

http://androidplot.com/docs/working-with-androidplot-source/

License

Copyright 2015 AndroidPlot.com

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.

About

Charts and plots for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%