We have already seen how to implement a Looper using a normal thread in previous video. In this video I show you how to user HandlerThread class from Android to create a Looper. The advantage of using HandlerThread is you don’t have to worry about executing the Looper.prepare() and Looper.loop() to make a Thread behave as Looper. HandlerThread does it for you. That’s why you don’t have to override run() methods as well. Here in this case we just override onLooperPrepared - which you can guess get’s executed when Looper gets prepared by HandlerThread. We can practically swap LooperThread (a Thread implementation as a Looper) with a Android’s HandlerThread. We discuss this in detailed manner through a demonstrable code in this video
Follow me on Twitter: / anilvdeshpande
Source code on Github: https://github.com/AnilDeshpande/UITh...
Nesta página do site você pode assistir ao vídeo on-line Explained - HandlerThread duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Codetutor 11 Agosto 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 10,012 vezes e gostou 102 espectadores. Boa visualização!