Questions tagged as 'picasso'

2
answers

Save images in cache memory so as not to download them again

Good morning. I have a series of images in my Activity , every time I enter this Activity download the images, for what I consider that this "wrong", I was reading about the consumption of resources of the images but I am not v...
asked by 17.01.2017 / 15:46
2
answers

Enlarge the image of an ImageView within a Layout on Android

I use Picasso to download an image from the internet and load the result into an ImageView that is inside a Layout. The problem that I face is that the image does not occupy the entire size of the Layout and it fits on one side and small....
asked by 24.05.2017 / 14:08
1
answer

How to make a list of images using picasso?

I'm trying to upload a list of images that are on a server using picasso. In the arrayy I only have the value of the id of the image: "List<integer> myList = new ArrayList<integer>". Ex: 1, 2, 3, 4, 5, 6; first try just popul...
asked by 06.07.2018 / 00:09
1
answer

Picasso Android Studio

Good afternoon, I have a problem with the picasso library, since changing the image that comes in the url shows me the previous image and not the current one, is there any way to update the image when the app is opened?     
asked by 06.06.2017 / 02:31
0
answers

How to fill a my recyclerview with picasso in a fragment?

This is my adapter: public class AdapterMarcas extends RecyclerView.Adapter<AdapterMarcas.ViewHolderMarcas> { List<Marcas> listMarcas = new ArrayList<>(); Context context; public AdapterMarcas(Context context, ArrayList...
asked by 27.02.2018 / 00:01
1
answer

Enter Picaso lib into a listview without an adapter

Good, I'm doing a query to an array json, everything works wonders, the code is simple and light, the problem I get when I want to add an image to my listview, since it does not show me. I have this code snippet: ListAdapter adapter = n...
asked by 10.09.2017 / 03:33