I never had the opportunity to use the old-fashioned, standard way of creating some interactions or code in Android, using the idea of AsyncTask to solve problems of concurrency and parallelism in this ecosystem. Since the beginning (lucky me), I started using Rx. The Observer pattern done right. A combination…