Get the information from the interface,
D/acceptJson: {" id ": 2," name ":" the old Summer Palace ", "ticket" : 20, "img", "\ \/images/spot \/yuanmingyuan JPG"
String img=jcarnumber. Get String (" img ");
Then how to set up the UI interface of the ImageView?? Using the "img", "\ \/images/spot \/yuanmingyuan JPG"
CodePudding user response:
ImageView load network image, with a lot ofCodePudding user response:
Use Glide to load the network pictureGlide. With (this)
The load (url)
. Into (imageView);
CodePudding user response:
Thank you, the problem has been solved,CodePudding user response:
Use glide frame, this is very very very good