'Difference between Retrofit async call and using Executors for async?
I have one theoretic question as I can not find an answer on internet for it.
Is there any difference between Retrofit async call and using executors and runnable to achieve that. I have seen some youtube tutorials that are using executors and other ones that are using retrofit enqueue() method. I am using this way and i can not find any drawback for now. Using executors just makes my code more complicated, but i am eager to change my mind.
Please provide reasons on why one of the ways is better to make an async call. Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
