Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 666 Bytes

VolleyEx

Expansion pack for Android Volley Framework

Build Status

What is VolleyEx?

The underlying is Volley, this repo is just an add-on for Volley.

Request

This library provide the following Request on top of Volley

  • GsonObjectRequest
  • MultiPartRequest

Todo

The Sample application is not done yet. Contribution is welcome.

Refercene

MultiPartRequest component is referencing from VolleyPlus