Posts by André Luiz Alexandre de Souza • 3 points
2 posts
-
-2
votes1
answer144
viewsQ: Image loading with the Picasso implementation on android
I am using the Picasso implementation to upload the images in my application. However, I am using the reverie effect of the shimmerfacebook implementation to make the layout more user-friendly. For…
-
0
votes1
answer123
viewsQ: What’s the best way to check if a collection exists in the cloudFirestore (Android)?
I am having trouble verifying the existence of a collection. I am using the following code to perform this function: FirebaseFirestore.getInstance().collection("ID da COLEÇÃO").document("ID do…