Skip to content

Commit 22a1650

Browse files
committed
Add jar link
1 parent 97f52fd commit 22a1650

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This library is a collection of simple view helpers to make Android development easier. Right now, this library just has a few helpful classes but they will expand over time.
44

5+
## Installation
6+
7+
Download the latest [jar file](https://www.dropbox.com/s/zhxgms8ck0a4wj2/codepath-android-view-helpers-0.1.0.jar) and drag the JAR to your "libs" folder.
8+
59
## SimpleAlertDialog
610

711
This is a simple way to bring up a modal alert dialog within a DialogFragment within a FragmentActivity. The dialog fragment used is the `v4.support` Fragment to support all Android versions.
@@ -87,4 +91,4 @@ You can also adjust the progress dialog to have a custom message:
8791
```java
8892
SimpleProgressDialog dialog = SimpleProgressDialog.build(this, "Uploading...");
8993
dialog.show();
90-
```
94+
```

0 commit comments

Comments
 (0)