Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxdvs/Volley-OkHttp-Android
This is a clone of Volley, with the relevant changes made to make it work with Square's OkHttp library. It also has Jackson integrated to provide a convenient object model.
https://github.com/lxdvs/Volley-OkHttp-Android
Last synced: 3 months ago
JSON representation
This is a clone of Volley, with the relevant changes made to make it work with Square's OkHttp library. It also has Jackson integrated to provide a convenient object model.
- Host: GitHub
- URL: https://github.com/lxdvs/Volley-OkHttp-Android
- Owner: lxdvs
- Created: 2013-05-24T05:53:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T19:26:04.000Z (over 3 years ago)
- Last Synced: 2024-07-27T04:18:29.894Z (4 months ago)
- Language: Java
- Homepage:
- Size: 5.81 MB
- Stars: 164
- Watchers: 23
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Volley-OkHttp-Android
=====================This library is an Android networking abstraction library consisting of a combination of Volley, OkHttp, and Jackson, with a little glue to stick it all together. It's a great place to start if you need to execute requests, especially thos which return JSON.