Hello,guys I'm working on application that scan the net for ip's addresses. For this I'm using Asynctask and spawning a number of threads with ExecutorService and Future interface. But I'm having problems updating the onProgessUpdate() method of AsyncTask. This method is receiving an object of type Node. And the IpScanCallable interface also returns same object; however, it is not working. Am I missing the correct way to do this? If someone can help appreciated it. Thanks
larrystanley replied
434 weeks ago