One of the reasons for unresponsive UI is the continuous allocation and deallocation of memory, which leads to frequent GC runs. By using the bitmap pool concept, we can avoid it.
The best part is that Image-Loading libraries like Glide, and Fresco use this bitmap pool concept. So, always use Image-Loading libraries.
Delegate all the image-related tasks to these libraries.
Learn about Bitmap Pool in Android: https://t.co/soGLAo94OC
#androiddev
@randomcodingdud@VallithYT Very informative sir I'm going pass out from a diploma in computer engineering myself. Hope to work in Australia from india someday. Although how don't know how that's going to happen as the job market lately. Can you give me some directions how should I proceed my dev journey.