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

Apps HTTP communication

23tony

Well-Known Member
Also a bit of a question about the android documentation.

I'm trying to follow the example here: https://developer.android.com/training/basics/network-ops/connecting#java, but I'm finding that DownloadCallback isn't defined. I don't see anything in the documentation telling me to import it, or to define the class, or whatever it is I need to do to get it.

I have no problems doing this work unthreaded in regular Java, or in other languages - so I'm looking for something that will specifically help me connect and retrieve data for my app.

Am I missing something in the docs I'm seeing? Or can someone point me to a better tutorial?

Much appreciated!
 
Back
Top Bottom