change background image of Framelayout via URL
问题 is it possible to use a url to set background for framelayout ? Example: i want to use the URL like this as my framelayout background. what i really want to achieve is that when my activity loads it will fetch the image from my domain and use it as my framelayout background image. i was able to do this but i used a imageview and a button. below is the code that i use: public class MyAppActivity extends Activity { ImageView imView; String imageUrl= "http://www.mydomain.com/resource/images/";