An android app to request and parse the JSON data (using Okhttp)
-
Updated
Mar 23, 2020 - Java
An android app to request and parse the JSON data (using Okhttp)
Using an API, not a database, my app requests info about the TV shows the user searches for. API sends back a .json file in the stream, the app parses the response and grabs all show objects to compare to which show the user clicked on, user is shown info from the clicked on show, parsing the show individual show object.
Add a description, image, and links to the api-request topic page so that developers can more easily learn about it.
To associate your repository with the api-request topic, visit your repo's landing page and select "manage topics."