Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is an alphabetical list of libraries for Android development, the majority
* [Image Loader](#image-loader)
* [Drawable](#drawable)
* [Dependency Injections](#dependency-injections)
* [Android Services](#android-services)
* [JSON](#json)
* [O/R Mapping](#or-mapping)
* [NoSQL](#nosql)
Expand Down Expand Up @@ -66,6 +67,12 @@ Name | Repository | License
[RoboGuice](https://github.com/roboguice/roboguice) | https://github.com/roboguice/roboguice | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0)
[Scopes](https://github.com/emmano/Scopes) | https://github.com/emmano/Scopes | [MIT](http://opensource.org/licenses/MIT)

## Android Services
Name | Repository | License
--- | --- | ---
[Remoter](https://github.com/josesamuel/remoter) | https://github.com/josesamuel/remoter | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0)
[Service Connector](https://github.com/josesamuel/serviceconnector) | https://github.com/josesamuel/serviceconnector | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0)

## JSON
Name | Repository | License
--- | --- | ---
Expand Down