I recently converted my application from using async tasks to rxjava. Now, my espresso tests no longer wait for my data calls to complete due to espresso not having an idling r
I am currently using this implementation. Its easier and works very well for me so far: https://github.com/rosshambrick/RxEspresso