Skip to content

Commit

Permalink
Implemented documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paroca72 committed Jun 21, 2016
1 parent 5902882 commit 744e31b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ This is a library of utilities classes

- **[ScChecker](ScChecker.md)**<br />
This is very simple class that periodically repeat a check method.

- **[ScLocationService](ScLocationService.md)**<br />
Retrieve the location manager and for maintain checked the location accessibility.

- **[ScNetworkService](ScNetworkService.md)**<br />
Retrieve the connectivity manager and for maintain checked the connectivity status.

- **[ScObserver](ScObserver.md)**<br />
A custom observer attachable to a generic class.


# Usage

via Gradle:
Expand Down
2 changes: 1 addition & 1 deletion ScObserver.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ScObserver
A custom observer attachable to a generic class.
A custom observer attachable to a generic class.<br />
This classes hold all the value generated from the (public and protected) methods of the source class.
Note tha NOT all methods can be taken but will be filtered the method that return no value (`void`) and method that needed of parameters.
This class is better to use only in generic situation.
Expand Down

0 comments on commit 744e31b

Please sign in to comment.