Questions tagged as 'picasso'

1
answer

Picasso image cache

I'm testing the Picasso library on android in two situations: 1 - When uploading an image, in a url post (without sending% of authentication%), the image is loaded into headers , and ImageView keeps a Pica...
asked by 23.02.2017 / 15:39
1
answer

Keep data coming from Storage Firebase

Well guys, I started working with firebase storage, I was able to send and receive firebase data normally using the documentation. But I would like the photo that the user sent and received was kept even without internet access, does anyone k...
asked by 30.06.2017 / 06:07
0
answers

Show Static Map Google with Picasso on Android

I'm developing an app by Android Studio, I'd like to create a RecyclerView where I had an ImageView and upload a static image of a determining point on the map. Like here: link I tried to use this method with Picasso (Library that takes...
asked by 19.12.2018 / 22:02
1
answer

How to show in gridview data from firebase Storage using Picasso?

Good morning, everyone. My question is relative only to the display part of the GridView image. Look at the steps that are already working: I can upload to Firebase Storage. Each time an image is sent to the server your uri is saved in the...
asked by 05.01.2018 / 11:45
2
answers

Android Photo Album

I'm putting together an album, and with the code below, I can see all the images: @Override public View getView(int position, View view, ViewGroup viewGroup) { view = getLayoutInflater().inflate(R.layout.grid_item_layout , viewGrou...
asked by 03.08.2017 / 01:02