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

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.

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)