Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayeshpansheriya/volleynetworklibrary

Call get and post method using volley library
https://github.com/jayeshpansheriya/volleynetworklibrary

common-class network-library volley-api volley-library webservice-test

Last synced: about 1 month ago
JSON representation

Call get and post method using volley library

Awesome Lists containing this project

README

        

# VolleyNetworkLibrary
Call get and post method using volley library
pass the parameter on post method.
this is a common class to used any other activity to call it.

Some basic dependencies are required:
```
implementation 'com.android.volley:volley:1.0.0'
implementation 'com.android.support:multidex:1.0.1'
```