https://github.com/rumaan/json-parsing-on-android
Simple Android app that displays a list of Contacts. Uses Volley for network requests.
https://github.com/rumaan/json-parsing-on-android
android json volley
Last synced: 8 months ago
JSON representation
Simple Android app that displays a list of Contacts. Uses Volley for network requests.
- Host: GitHub
- URL: https://github.com/rumaan/json-parsing-on-android
- Owner: rumaan
- Created: 2018-11-10T15:19:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T15:20:32.000Z (over 6 years ago)
- Last Synced: 2024-11-16T10:05:29.802Z (11 months ago)
- Topics: android, json, volley
- Language: Java
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TEST Contact server
https://contact-wnetkvedik.now.sh/Node server made by @[haxzie](https://github.com/haxzie) 💖
### GET ALL CONTACTS
```
ROUTE : /all
TYPE : GET
```### ADD NEW CONTACT
```
ROUTE : /add
TYPE : POST
PARAM : name, number
```### CLEAR ALL CONTACT
```
ROUTE : /clear
TYPE : GET
```#### This repo was made for the webinar session 'JSON Parsing on Android' which is one of the amazing webinar sessions conducted by @[sosc](https://github.com/so-sc)
#### Mentors:
- [Rumaan](https://github.com/rumaan)
- [Musthaq aka Haxzie](https://github.com/haxzie)