enhanced-volley alternatives and similar packages
Based on the "Common" category.
Alternatively, view enhanced-volley alternatives based on common mentions on social networks and blogs.
-
android-common
Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on -
android-priority-jobqueue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability. -
LiteCommon
LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently. -
Rosie
DISCONTINUED. Rosie is an Android framework to create applications following the principles of Clean Architecture.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of enhanced-volley or a related project?
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 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.
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
- Support for custom HTTP Headers
- Support for custom URL parameters(GET requests only)
- Default BitmapLruCache implementation added to ImageLoader
- AnimateImageView which will automatically perform any animations you require.
- Multipart Requests(File uploads support only application/octet-stream MIME type as of now)
Planned features
- A generic OAuth Client implementation
- A WebSocket & Socket.IO client implementation based on the one found here - https://github.com/koush/android-websockets
*Note that all licence references and agreements mentioned in the enhanced-volley README section above
are relevant to that project's source code only.