D
Deleted User
Guest
Hi,
I have a class I've created that extends Thread. This class calls a web service that returns a bunch of data. I'd to populate a member variable back in my Activity with this data as well as update the list on the Activity with this data. How can I achieve this? I've found an example to do it if you define the thread in the Activity class, but I have a separate file that extends Thread here. Could I get some assistance?
Thank you
I have a class I've created that extends Thread. This class calls a web service that returns a bunch of data. I'd to populate a member variable back in my Activity with this data as well as update the list on the Activity with this data. How can I achieve this? I've found an example to do it if you define the thread in the Activity class, but I have a separate file that extends Thread here. Could I get some assistance?
Thank you