In my Android project I had a lot of places where I need to run some code asynchronously (a web request, call to db etc.). This is not long running tasks (maximum a few seco
To answer your question — Yes, using Executor is better than creating new threads because: