robospice
robospice copied to clipboard
Xmlrpc Request
How can I use xmlrpc request. I have my own object which handle everything very well and returns data response. I want to keep using my object to do network related task and finally willing to save to realm. All work should be done by my object but I still want to use robospice to handle all background thread. Is it robospice suitable for my case please help I'm totally screwed with asynctask. I'm using account manager to fetch data for different user account and finally I'm saving it to realm as default account. The problem occurred whe. I switched account in case asynctask running and it never stoppes which leads wrong data on wrong account.