I have an Android app in which I need to register to GCM , ask the user for facebook authorization and get the token, have the user fill a form and so on...
Once that's all done I want to send all of that info to my server.
I was wondering if there is a simple way to implement this kind of behavior with RxAndroid & Otto ?