Hello Everyone,
I am new, so be gentle. I am writing an android app that does things with the youtube video feed. It works as accepted on the first pass. So, when I make my selections on the device, it shows me listings from youtube and then on shows my video too. All good. But when i hit the back button on the device and try to come back, the same code executes again and fails with an IOException and a HttpResponse of "-1". All my variables seem to be at the instance level, so i doubt if i am re-using a stale variable, but I dont know if the API client library does anything. What should I be releasing or resetting when trying to re-run a request to youtube through the api client?
Thanks a ton!
doles