I have AsyncTask where I perform downloading of data. But as Async is deprecated in Android 11 I want to switch from Async to RxJava. I want to use Volley with RxJava, is th