January 2018
Intermediate to advanced
434 pages
14h 1m
English
I'll be using Android Studio for this purpose, and JSONObject is provided by Android SDK. We will be using Gson for JSON parsing. You can add it to your project by adding the following lines to your build.gradle file:
compile 'com.google.code.gson:gson:2.8.0'
Read now
Unlock full access