Posts by Daniel Lopes • 11 points
4 posts
-
-1
votes1
answer20
viewsQ: Viewmodel with Hilt
I’m making a logic in my app to present the appBar of it just when I need wing to appear or not. For this I did the following Viewmodel: Stateappviewmodel @HiltViewModel class StateAppViewModel…
-
0
votes1
answer521
viewsQ: Postgresql error with Spring boot - api
Personal opa I’m making a very simple application, to see how postgresql works. I’m making a Spring Api application. My class @Entity public class Product Implements Serializable { @Id…
-
0
votes1
answer253
viewsQ: Save a list to Sqlite
I have a list of products and use recycleViwer to list them. I want to take these products and save them in the database. Being honest, I can’t do it! I’m researching but I can’t find content. I’m…
-
0
votes1
answer31
viewsQ: How do I download a file that is in Storage by my app (Adnroid Studio)
I took a look at the documentation provided by Firebase and still did not understand how to download a file that is in Storage by my app using Android Studio, someone can help me?