Spanish Cargar imagen en JSListView

Dario Torres

Member
Licensed User
buen día

pregunta
yo estoy usando picasso para cargar fotos en un JSListView1 pero no me carga todas y algunas tarda en mostrarlas

If mapper.Get("IMG")=Null Then
res= ruta_foto_default
Else
res= ruta_foto & mapper.Get("IMG")
End If

Dim picaso As Picasso
picaso.Initialize
picaso.LoadUrl(res).Resize(ImageView1.Width,ImageView1.Height).CenterCrop.IntoImageView(ImageView1)



Hay otra forma de poder cargarlas y que me muestre bien todas las imagenes

uso
MySQL para traer los datos.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…