A awesome list of organizations, developers and libraries.
##Organizations
##Developers
##Libraries
###Dependency Injection
| Name | Description |
|---|---|
| Dagger | A fast dependency injector for Android and Java. |
| Dagger 2 | Dagger without reflection and generated code. |
| ButterKnife | View "injection" library for Android. |
| RoboGuice | Google Guice on Android, version 3.0 |
| AndroidAnnotations | Fast Android Development. Easy maintainance. |
###JSON
| Name | Description |
|---|---|
| LoganSquare | The fastest serializable and deserializable from Json to model for Android. |
| Gson | Gson is a Java library used for serializing and deserializing Java objects from and into JSON. |
| Jackson | High-performance JSON processor. |
| FastJson | Fastjson is a JSON processor (JSON parser + JSON generator) written in Java. |
###Networking
| Name | Description |
|---|---|
| Volley | Official Android HTTP library that makes networking for easier and faster. |
| android-async-http | An Asynchronous HTTP Library for Android. |
| OkHttp | An HTTP+SPDY client for Android and Java applications. |
| Ion | Android Asynchronous Networking and Image Loading. |
###Loading Images
| Name | Description |
|---|---|
| Fresco | Official imageloader from Facebook. |
###ORM
##License
Copyright 2015 Eric Liu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.