I am working on an application where i have to call a thread repeatedly. In that thread we have to parse an XML and i have to get updated data from that xml. now please guide me how to call that thread repeatedly? if my thread is in working and my code calls it again, then i think it will have a crash on it.
Share
Separate the code into a new method
and to start the thread: