RxJava + Retrofit -> BaseObservable for API calls for centralized response handling
问题 I am new to RxJava so please forgive me if this sounds too newbie :-). As of now I have an abstract CallbackClass that implements the Retofit Callback. There I catch the Callback's "onResponse" and "onError" methods and handle various error types before finally forwarding to the custom implemented methods. I also use this centralized class to for request/response app logging and other stuff. For example: for specific error codes from my sever I receive a new Auth token in the response body,