December 13th, 2011, 03:28 PM
|
#2 (permalink)
|
|
Premium Member
Join Date: Oct 2011
Location: Sydney, Australia
Posts: 193
Device(s): Galaxy Nexus GSM
Thanks: 2
Thanked 37 Times in 33 Posts
|
You can do this in the main activities's onStart method. Although, you'll want to only start a background thread in onStart and do the actual network communication in that background thread.
In regards to web services, you have network, XML and JSON libraries in the core Android platform. There's no built-in SOAP library. I've never used it, but I've seen people use ksoap2 in Android projects.
|
|
|