Home > Mobile >  Banner is not a problem of the image
Banner is not a problem of the image

Time:04-16

Public class GlideImageLoader extends ImageLoader {


Public void the displayImage (Context Context, the Object path, ImageView ImageView) {
Glide. With (context). The load (path) into (imageView);
}

Public ImageView createImageView Context (Context) {
return null;
}
}



Banner=(banner) the findViewById (R.i db anner);
//set the sowing time
Banner. SetDelayTime (1000);
Banner. SetImages (images);//set the banner shown in the picture
Banner. SetBannerAnimation (Transformer. DepthPage);
Banner. SetImageLoader (new GlideImageLoader ());//set the image loader
//set automatically wheel, the default is true
Banner. IsAutoPlay (true);
Banner. Start ();//set after the completion of calls to
The
reference

Some had come out is not to come out under the picture, please going on

CodePudding user response:

The path of the image also have found, is not display images

CodePudding user response:

1. The browser to see images;
2. Check whether there is a net;
3. Is there a picture load;
4. Control is right.

CodePudding user response:

Help!!!

CodePudding user response:

CodePudding user response:

Very good, is worth encouraging, gianluca zambrotta

CodePudding user response:

Picture shows, but the pictures above out a blank
  • Related