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: 29 days ago
JSON representation
Call get and post method using volley library
- Host: GitHub
- URL: https://github.com/jayeshpansheriya/volleynetworklibrary
- Owner: jayeshpansheriya
- Created: 2018-06-12T05:46:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T05:59:46.000Z (about 8 years ago)
- Last Synced: 2025-10-27T07:02:33.941Z (8 months ago)
- Topics: common-class, network-library, volley-api, volley-library, webservice-test
- Language: Java
- Size: 126 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```