Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinaysshenoy/enhanced-volley
An enhanced version of the Volley Networking Toolkit for Android
https://github.com/vinaysshenoy/enhanced-volley
Last synced: 2 months ago
JSON representation
An enhanced version of the Volley Networking Toolkit for Android
- Host: GitHub
- URL: https://github.com/vinaysshenoy/enhanced-volley
- Owner: vinaysshenoy
- Created: 2013-05-19T07:55:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T10:21:50.000Z (over 11 years ago)
- Last Synced: 2024-04-16T12:00:34.554Z (9 months ago)
- Language: Java
- Size: 977 KB
- Stars: 148
- Watchers: 12
- Forks: 45
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/vinaysshenoy/enhanced-volley
- awesome-android-ui - https://github.com/vinaysshenoy/enhanced-volley
README
# enhanced-volley
An Enhanced version of the Volley Networking Tookit for Android
## License
Copyright (C) 2011 The Android Open Source Project
Copyright (C) 2013 Vinay S Shenoy
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 athttp://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.## Credits
This project is based on the Volley Networking Toolkit for Android created by Google themselves.
The toolkit itself is really great and extensible, but it is missing a few features. This project
aims to add those features to the Volley toolkit to make it a more complete HTTP solution.## Added features
1. Support for custom HTTP Headers
2. Support for custom URL parameters(GET requests only)
3. Default BitmapLruCache implementation added to ImageLoader
4. AnimateImageView which will automatically perform any animations you require.
5. Multipart Requests(File uploads support only application/octet-stream MIME type as of now)## Planned features
1. A generic OAuth Client implementation
2. A WebSocket & Socket.IO client implementation based on the one found here - https://github.com/koush/android-websockets