3

I just spent like 4 hours trying to figure out how to make a simple httprequest to the google directions api in android... nothing worked :( running it in a seperate thread, tweaking the address...

I'm sure there is something simple I'm missing... but I'm feeling broken and defeated right now...

They make it look so easy on the android

Comments
  • 0
    Somewhat related, but you probably want to uses Services for background tasks instead of threads.
    Isn't there a framework for Google Services in Android?
  • 0
    Can you check your error log maybe you will find something helpful there 😊
  • 1
    What's so hard about it?
  • 0
    @hitko honestly didn't even know that was a thing, was trying to make an httprequest using volley, ended up using retrofit which worked fine for whatever reason
  • 0
    @gaurdianaq I didn't know that was a thing either until I saw your rant. But that's just how it is, nobody knows everything - what's important is that one doesn't just jump in and try to solve a problem with their existing knowledge. Sure it may eventually work, so does hammering a screw until you try to take it apart...
Add Comment