Retrofit Call enqueue method or Rxjava
问题 As Retrofit docs represent Call enqueue method in Retrofit is : Asynchronously send the request and notify callback of its response or if an error occurred talking to the server, creating the request, or processing the response. and Rxjava according to this tutorial is : RxJava and RxAndroid libraries allow us to easily do async processing using principles of functional reactive programming it seems these two have the same approach. What is advantages and disadvantages of each? Which one is