Hi guys, i have an android application to display the images downloaded from the server. downloading of the image is one thread and displaying that image in main class. on compiling the emulator shows an error alert that application is stopped unexcpectedly. Is the main application(class that extends Activity) a Thread?? Please help me
Thanks in advance