I always create two handler: one is wraping on main thread, another is wraping on a single thread.
Is this a best method to start and stop these in an Activity lifec
I have been following this :
if (safeHandler!= null) { final Looper looper = safeHandler.getLooper(); looper.quitSafely(); safeHandler = null; }