Hello All,
I have one problem, i want to save the rss data coming from xml into local database but it takes from time because it contain images and i also save images in resource path. so how can i parse and save data at same time? it take lots of time so is there any method that runs on background?
for eg: i will load all data from the xml into an array and display in to tableview after that on background the array will save data in database?
Thank You.