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...
In questa pagina del sito puoi guardare il video online Explained - HandlerThread della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Codetutor 11 agosto 2017, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 10,012 volte e gli è piaciuto 102 spettatori. Buona visione!