#2 Load image into imageView : Picasso library for android : Tutorial

#2 Load image into imageView : Picasso library for android : Tutorial

Sarthi Technology

5 лет назад

1,570 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mohammadaliahmadi7198
@mohammadaliahmadi7198 - 27.07.2021 21:11

Hi dear sir I am picasso but it not loading the image on app i use the code
Try{
Picasso.get().load(image).into(avatatIv)
}
catch {

Picasso.get().load(R.drawable.ic_profile).into(avatarIv)
}

Ответить
@annetak693
@annetak693 - 21.08.2019 00:43

This tutorial , just like many others repeats the same content. Why would you waste your time?
The real issue and questions come when the images should to be loaded interactively from the device's many sources - CD CARD, GOOGLE DRIVE, internal Gallery and we don't know in advance which file this will be.
But noone is smart enough to make tutorial on this.

Ответить