From 4d6ce6a02c02b84f2395ed5ec25f674bb9460e9b Mon Sep 17 00:00:00 2001 From: James Dube Date: Fri, 2 Aug 2019 11:06:14 +0200 Subject: [PATCH] add android volley networking library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d5766c..76fbc45 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Name | Repository | License [Retrofit](http://square.github.io/retrofit/) | https://github.com/square/retrofit | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [RxNetty](https://github.com/ReactiveX/RxNetty) | https://github.com/ReactiveX/RxNetty | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [Basic HTTP Client for Java](https://code.google.com/p/basic-http-client/) | https://code.google.com/p/basic-http-client/ | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) +[Volley](https://developer.android.com/training/volley) | https://github.com/google/volley | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) ## Image Loader Name | Repository | License