Posts by Rodolfo Donato • 79 points
8 posts
-
0
votes2
answers128
viewsQ: How to send multiple strings per url in Android studio?
I have data to send to a web server, the server receives the strings following this pattern: http://teste.com/{id}/{latitude}/{longitude} How do I send this data occupying these spaces at once by…
androidasked Rodolfo Donato 79 -
1
votes2
answers508
viewsQ: Most Important Attributes in Random Forest Classifier
Good afternoon guys, I wonder if you have to return a percentage of each attribute used in training Random Forest Classifier, to show which attributes are the most deterministic.
-
0
votes2
answers168
viewsA: List entry with sequential search
I did using recursiveness, where runs until the list has 10 values, only I did not handle the repeat message "Value already existing, type a new value", if you want it only put a status in the…
-
1
votes1
answer47
viewsA: How to get value returned from Get using Volley on android
The get method is right. if (Response.toString() == "1") does not become true because in the variable there is a space before the number 1, then just apply in the variable the function Trim() that…
-
3
votes2
answers2331
viewsQ: Compare Latitude and Longitude in Python
I have an application where an Android client sends the coordinates to a Python server, which should put such information in a Mysql Database if the client is within an area (an 8-vertex polygon, to…
-
1
votes1
answer47
viewsQ: How to get value returned from Get using Volley on android
In case I want to know how to get only the GET value of the link ".../posses_cadastro" to enter If or Else. public class LoginRequest extends StringRequest { private static final String…
-
1
votes1
answer37
viewsQ: Avoid Favicon Get in Flask
I have a client-server application in Flask, and when I get to the server, another get is done by asking for the favicon address. I wanted to know if you can not automatically do this favicon get.…
-
0
votes1
answer1443
viewsQ: Flask connection between two machines
I have a Client-Server application in Flask, running the two files on the same machine the connection works perfectly, but when I try to run the client on a different machine, the connection is not…