Posts by C. Anna Miranda • 9 points
3 posts
-
-1
votes1
answer76
viewsQ: How to return query results to the Firestore within the Ackground method?
I’m working on a Cookbook app to learn how to use Firebase resources and I’m working on an Activity that should list all recipes already registered by the user. The routines to record data in the…
-
0
votes1
answer58
viewsA: How to create a class to connect to in Firebase?
At first glance, I just miss the constructor to boot the class... Something like: public CloudFirestore () { FirebaseFirestore db = FirebaseFirestore.getInstance(); } Is the class giving any error?…
-
1
votes0
answers27
viewsQ: How to display an Imageview only while the user is "holding" the screen?
I’m making an application and in one of the fragments I have a Recyclerview being used to list some view holders with some textviews and an image view. I implemented a simple Adapter to display a…