You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
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.
4
4
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
+
5
9
## SimpleAlertDialog
6
10
7
11
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:
0 commit comments