Explained - HandlerThread

Publicado el: 11 agosto 2017
en el canal de: Codetutor
10,012
102

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...


En esta página del sitio puede ver el video en línea Explained - HandlerThread de Duración hora minuto segunda en buena calidad , que subió el usuario Codetutor 11 agosto 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 10,012 veces y le gustó 102 a los espectadores. Disfruta viendo!