Hey Folks Need some suggestion on replacing Async ...
# android
n
Hey Folks Need some suggestion on replacing Async tasks. We have very legacy code and Async tasks are being used heavily. Are there any alternatives to replace them such as Worker Manager or something else? Please suggest. FYI, We need a way to communicate back to Callie about the result.
w
depends how you use AsyncTask, it will produce different answer. from me, you should check the implementation and options you have, like coroutines, java executor, rxjava, those have different implementations, analyze and judge which one is more suitable for your use cases.