From My Activity_Create when I call a sub that uses HttpUtil it gets its response and goes to the Job done sub. From there My code takes you to the appropriate parser for the web response. I then FORCE you back into the Activity_Create. So you can move on to the next section or web call or whatever.
What it the preferred way of making these web service calls... ?? Http methods in a class and the class instantiated by a service and the service called from themain activity ??
What it the preferred way of making these web service calls... ?? Http methods in a class and the class instantiated by a service and the service called from themain activity ??