Posts by Augusto Paiva • 41 points
8 posts
-
0
votes0
answers44
viewsQ: Send a data to the database with Node js
I am creating a REST API, but with difficulty in sending a data to the database using 3 modules, let me show my code rotaCliente.js on this route I receive a json with email,name,password and Cpf…
-
0
votes3
answers2286
viewsA: How do I change the color of the iontabs?
I managed to solve by doing some tests, here this resolution: <ion-tabs selectedIndex="2" color="verd" > <ion-tab [root]="entregas" tabIcon="cube" tabTitle="Entrega"></ion-tab>…
-
0
votes3
answers2286
viewsQ: How do I change the color of the iontabs?
I would change the color of the ion tab, I managed to change the color of the icons and the text, but the tab itself I can not modify, I am very beginner in IONIC 3. I will show the code until then.…
-
2
votes1
answer59
viewsQ: Add interaction in listview!
I have a problem in my listview. I’m listing all the cars that the user has, but when he clicks I want to get the information of this car to process, only in the tutorials that I see the guys have…
-
0
votes1
answer120
viewsQ: I think my table is not being created : no such table?
I am trying to make a check to know if there is something inserted in the table, but it always error in this row saying that there is no such table. my database: package…
-
0
votes4
answers7713
viewsA: How to detect if a variable is null?
If it’s string you can do if "string" == "": For objects can be made if objeto == None:
-
0
votes0
answers41
viewsQ: How to pick up data with sharedpreferences?
In my login screen I am using a checkbox for the user to choose whether they want to be logged in or not. I’d like to know how I can get user data after I’ve already entered the app.Thanks
androidasked Augusto Paiva 41 -
1
votes0
answers81
viewsQ: delete the python screen
I want to delete the user screen, as console.clear() does in c#. I’m using print(" n"*50) as some people have told me in other posts. But the courses or the next print is there at the bottom of the…
pythonasked Augusto Paiva 41