mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update com.googlecode.chartdroid.yml
This commit is contained in:
parent
311d4cf58f
commit
fdef453b09
1 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,13 @@ Description: |-
|
|||
You don't need to install this unless another app needs it. ChartDroid is an
|
||||
Intent-based "library application" for static chart and graph generation on
|
||||
Android. Other applications can use it to graph/plot/display numerical data in
|
||||
many representations by implementing a ContentProvider.
|
||||
many representations by implementing a ContentProvider according to this simple
|
||||
[specification](https://code.google.com/archive/p/chartdroid/wikis/InterfaceSpecification.wiki).
|
||||
|
||||
ChartDroid is consistent with the "Unix toolkit" philosophy of building small,
|
||||
interoperable tools. Having ChartDroid exist as an independent application
|
||||
(as against being an importable .jars library) conserves storage space and
|
||||
eliminates redundant code.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kostmo/chartdroid
|
||||
|
|
|
|||
Loading…
Reference in a new issue