Skip to content

seventhmoon/VolleyEx

Repository files navigation

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