Explained - HandlerThread

Publié le: 11 août 2017
sur la chaîne: 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...


Sur cette page du site, vous pouvez voir la vidéo en ligne Explained - HandlerThread durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Codetutor 11 août 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 10,012 fois et il a aimé 102 téléspectateurs. Bon visionnage!