My code:
weathericon.backgroundImage = 'http://' + url;This fails in Android, but not iPhone. In the log I get this:
(main) [14287,42330] /data/data/(...)/app_appdata/http:/www.worldweatheronline.com/images/wsymb(...) open failed: ENOENT (No such file or directory)Notice the missing slash.
What am I doing wrong?
1 Answer
Hi Simon,
If you are using remote url than you have to display in ImageView as url image not any other view.
Your Answer
Think you can help? Login to answer this question!