Blog About Android Development

Android Development

Android Development

Author Archive

May28

{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.…

>Read more

Posted by binil in Applications | Code | Development | News | Tutorials Comments: 0 Add comment