Callback Hell: Sequencing RESTful Volley requests? RxAndroid?
问题 I'd like to see an Android java example of how to sequence a chain of async (= nonblocking) RESTful Volley requests. Is this what RxAndroid is used for? If so, I'd like to see the example using RxAndroid. If not, I'd still like to see a good example w/out diving into CALLBACK HELL! I tried to do so but ended up in CBHell: Need to send multiple Volley Requests - in a sequence I want my result from my 1st request to be used in the 2nd request. Then the result from the 2nd request I want used in