• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Apps HttpsURLConnection only works once!

    I have a HttpsURLConnection class for Android that works only once for each time the app is run. On the second time, even if I use the same class instance, or if I create a separate instance of it, the connection is never made and getResponseCode() is -1. Since my class is kinda complex, I've...