Posts by Ozivaldo Barreiro • 33 points
3 posts
-
1
votes0
answers38
viewsQ: Curl Json returning strange characters, unable to save to database
I would like some help and I apologize if there is already an answer to this question here. Thus: If I execute the command below via SSH:: curl -X POST \ https://pos-api.XXXXXXX.com.br/oauth/token \…
-
0
votes0
answers21
viewsQ: Add Google Maps to the Android APP to pick up the user’s current location
I have an Android App, which I use as "Webview", interconnected to my map on the web, with restricted access to registered. In this case, in this APP, I need to take the CURRENT LOCATION OF THE USER…
-
2
votes1
answer29
viewsQ: Take value that would go to the ID and put in another location and save in the database
I wish to MONITOR the user’s movement from the Android APP, which will be configured with the link from my dashboard. I have the following code:…