Picasso android library tutorial | Imageview Tutorial | Android Studio

Picasso android library tutorial | Imageview Tutorial | Android Studio

Inside Android

4 года назад

8,012 Просмотров

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


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

Sk Ismail Hossain
Sk Ismail Hossain - 15.03.2022 09:11

How to use many pictures and START button and previous button

Ответить
Gabriel Noira
Gabriel Noira - 28.02.2022 19:33

how to resize the imagem in diferent screens, like i want the image to occupy all height, but not all width

Ответить
tamir moav
tamir moav - 27.02.2022 22:04

thank you. I did everything you said but when I write Picasso - the class is not recognized , and there is no way to do import. why?

Ответить
Phạm Xuân Tùng
Phạm Xuân Tùng - 12.03.2021 16:22

thank you, bro !

Ответить
Prashant Shrestha
Prashant Shrestha - 08.10.2020 20:18

How Do I replace this ?? works fine with Picasso 2.5.1 when I update to 2.71828 there is error


Picasso.with(this).load(picture).into(new Target()
{
@Override
public void onBitmapLoaded(Bitmap bitmap, Picasso.LoadedFrom from)
{
String image_base64=Functions.Bitmap_to_base64(Login_A.this,bitmap);
Call_Api_For_Signup( user_id, f_name, l_name, birthday, gender,image_base64);
}

@Override
public void onBitmapFailed(Drawable errorDrawable)
{
Toast.makeText(Login_A.this, errorDrawable.toString(), Toast.LENGTH_SHORT).show();
Functions.cancel_loader();
}

@Override
public void onPrepareLoad(Drawable placeHolderDrawable)
{
}
});

Ответить
Hayatulerum
Hayatulerum - 03.10.2019 09:55

Hello sir, when i update image on server and start to load image with picasso then picasso loads old image. Please tell me how can i prevent to load old image in picasso

Ответить
ESHAN
ESHAN - 14.07.2019 20:26

How to block automatically user for 24 hours who click my ads Repeatedly at Once.Please Make A Video.....

Ответить
Создание игр на Android
Создание игр на Android - 13.07.2019 23:32

Nice! Like.

Ответить