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

Apps Asynchronous threads and web services

  • Thread starter Thread starter Deleted User
  • Start date Start date
D

Deleted User

Guest
Hi,

I'm attempting to implement a login screen. I have everything done except hitting the WS-REST for validation.

Could someone please point me to a good web service tutorial/example (with a JSON response)?

I don't think my login screen should be asynchronous as we want the UI to wait on the response, but, for future reference, could someone also point me to a good tutorial/example for threading in Android?

Thank you for your help
 
Back
Top Bottom