{Loading Images from Remote Server over HTTP on a Separate Thread}
by Binil Thomas
Whenever a user launches an Android application, a thread called “main” is automatically created. This main thread, also called the UI thread, is crucial since it’s responsible for dispatching events to various widgets, including the drawing events.…
