Android: changing Image with time interval

后端 未结 5 906
走了就别回头了
走了就别回头了 2020-12-05 21:20

I am using ImageDownloader class to get images from server and getting these images links using an ArrayList. After downloading the Image I am setting the Image

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-05 21:58

        final ImagesSerialized item;
        final ImageView bgImage=(ImageView) findViewById(R.id.image);
         ArrayList list;
                control = (Controller) getApplicationContext();
                list = (ArrayList) control.Table_Images.GetData();
    
                 for(int i=0; i

提交回复
热议问题