Sunday 28th of February Update
This weekend I worked more to modify the project tutorial to fit my needs with the API. One of the challenges I faced was that the API requires a new token every hour in order to get the data. To get around this a I created a function using an HTTP POST request to get my new token and store it in a variable. This function is called at the launch of the app and also whenever the GET requests return error code 401 for unauthorized request. Here is what the emulator app looks like I changed the three buttons to relate more to my project and they do exactly as they say and just show the data in a notification. This is a little screenshot of the source code I wrote this weekend. This doesn't show it all, but is just shy of 300 lines and just does some pretty basic stuff to get me familiar with some new libraries and working with Android Studio. I used these and a few other websites to help me figure out how to make my code work GET and POST requests Request Queues