Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayeshpansheriya/volleynetworklibrary
- Owner: jayeshpansheriya
- Created: 2018-06-12T05:46:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T05:59:46.000Z (over 6 years ago)
- Last Synced: 2024-04-18T01:56:31.350Z (9 months ago)
- Topics: common-class, network-library, volley-api, volley-library, webservice-test
- Language: Java
- Size: 126 KB
- Stars: 0
- Watchers: 1
- 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'
```