Skip to content

Commit

Permalink
update README, add link to javaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
luckybilly committed Mar 22, 2019
1 parent c70c20f commit aa3209d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
/captures
.externalNativeBuild
repo-local
temp-clone
refresh_docs.sh
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Show global loading status view in a low coupling way for Android App.

[Docs](https://luckybilly.github.io/Gloading/)

Latest Version: [![Download](https://api.bintray.com/packages/hellobilly/android/gloading/images/download.svg)](https://bintray.com/hellobilly/android/gloading/_latestVersion)

Expand Down Expand Up @@ -112,7 +113,6 @@ public abstract class BaseActivity extends Activity {
/**
* make a Gloading.Holder wrap with current activity by default
* override this method in subclass to do special initialization
* @see SpecialActivity
*/
protected void initLoadingStatusViewIfNeed() {
if (mHolder == null) {
Expand Down Expand Up @@ -203,5 +203,3 @@ public class GlobalFailedActivity extends BaseActivity {
//debug mode. if set true, logs will print into logcat
Gloading.debug(trueOrFalse);
```

## More details is coming soon...

0 comments on commit aa3209d

Please sign in to comment.