Posts by Antonio Ortiz • 1 point
3 posts
-
0
votes0
answers41
viewsQ: How do I get the switch back to the "fake" state?
I created a switch that turns bluetooth on and off. However, when connecting, it asks the user if he really wants to activate bluetooth. If the user clicks no, the switch remains active and the app…
-
0
votes0
answers38
viewsQ: How to put the values of a db column in an array?
I have a table, which is written below. Busy is the part I will move. The value of Busy will be changing according to the program from 0 to 1, depending on whether you are busy or not. I need to…
-
0
votes0
answers41
viewsQ: How to save values from an array to a database?
I’m creating an Android app for tcc. I have 3 vectors: coorx[i]; coory[i]; busy[i]. This Busy vector is not fixed, so the values were changing according to what the user requested. Then I would have…