A sample android application to test fetching and subsequtent parsing of JSON Objects from various open API across the web. Also aims to find the quickest and/or most efficient memeoy efficient
Candidates HTTP Client Librraires :
- Native android Http Reqest
- Volley
- Retrofit
- Wasp
Candidates for JSON prasing:
- Native Json Parsing
- LoganSquare
- Gson
- fastJSON