Sajal Raj Gautamblog.sajalrg.com·Feb 22, 2024Internals of HandlerThread in AndroidIn previous parts, we've delved into Handler, Looper and Message, understanding their roles in enabling code execution within a specified thread and facilitating safe communication between threads. The HandlerThread class combines these concepts, sim...Discuss·66 readsMultiThreading In AndroidAndroid
Sajal Raj Gautamblog.sajalrg.com·Feb 14, 2024Looper, Handler in Android Part 4 - HandlerThis is the final article in our series on Introduction Looper and Handler in Android. To fully grasp the concepts discussed here, it's assumed that you have read or are familiar with the content covered in previous parts. If not, I recommend revisit...Discuss·60 readsMultiThreading In AndroidAndroid
Sajal Raj Gautamblog.sajalrg.com·Jan 30, 2024Looper, Handler in Android Part 3 - HandlerThis article is the third in a series on Looper and Handler in Android. To fully understand the concepts discussed here, it's assumed that you have read or are already familiar with the concepts covered in part1 and part2. If not, I recommend visitin...Discuss·145 readsMultiThreading In AndroidAndroid
Sajal Raj Gautamblog.sajalrg.com·Jan 16, 2024Looper, Handler in Android Part 2 - HandlerThis article is a continuation of our exploration into the Android's Looper and Handler. If you haven't read part 1 yet, I recommend revisiting it, as we won't be revisiting those concepts here. In this post, we will look at Handler class and its rel...Discuss·70 readsMultiThreading In Androidlooper-android