stephanenicolas / robospice

Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
Apache License 2.0
2.95k stars 545 forks source link

Xmlrpc Request #474

Open ashishislive opened 6 years ago

ashishislive commented 6 years ago

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.