tags:

views:

31

answers:

1

I am new in Android dev, and I am trying to load image like in this link,- it doesn't work, only black screen. Can smb tell why? I tried in emulators with android 1.5 and 2.2.

http://www.androidpeople.com/android-load-image-from-url-example/

UPDATE: I solve my problem, i should add INTERNET to "uses-permission" before application tag, but i did after it

A: 

add INTERNET to "uses-permission" before application tag

Sergey