Posts by Igor Paiva • 9 points
3 posts
-
0
votes2
answers1014
viewsQ: Change text color in Ionic
I’m making an application with the black background, and so the letters need to be white. Have some global variable to change the whole text at once, instead of changing each page at a time?…
-
-1
votes1
answer92
viewsQ: How does an Ionic application connect to a server?
Creating a Mobile Client/Server Calculator Create a calculator where the user type two numbers and submit for a server to calculate The server will do the calculation and your application will show…
-
1
votes0
answers121
viewsQ: Request for PHP service
I am doing a Client/Server exercise, I have an sql with multiple product records and I can LIST ALL, FILTER BY PRICE and FILTER BY CODE, but when implementing the service of changing stock, it does…