Skip to content

Commit

Permalink
Updated readme with demo app link and youtube video
Browse files Browse the repository at this point in the history
  • Loading branch information
lecho committed Oct 12, 2014
1 parent 2579fc8 commit 36d4de0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ Apache License, version 2.0.
- Custom and auto-generated axes(most charts handles four axes: top, bottom, left, right)
- Animations

##Screens and Samples
##Screens and Demos

Code of a demo application is in hellocharts-samples directory.
The demo app is also ready for download on the [Google Play](https://play.google.com/store/apps/details?id=lecho.lib.hellocharts.samples).
Short video is available on [YouTube](https://www.youtube.com/watch?v=xbSBjyjH2SY).

![](screens/scr-line1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class AboutActivity extends ActionBarActivity {
public static final String TAG = AboutActivity.class.getSimpleName();
public static final String GITHUB_URL = "https://github.com/lecho/filechooser";
public static final String GITHUB_URL = "github.com/lecho/hellocharts-android";

@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down

0 comments on commit 36d4de0

Please sign in to comment.