2
I know how to do this in other programming languages, however, when searching for examples of how to send data using POST in the Android, I just find examples that use discontinued classes, like:
HttpClientHttpPostHttpResponseHttpEntityEntityUtilsNameValuePairBasicNameValuePair
I’m looking for a way to send a json via POST of an app Android and retrieve them in an application with Servlets. The part of the Servlets is not a problem. I can recover a json and treat it using lib Gson google.
For example, depreciated
– Avelino
The word "depreciated" in English sounds different, the best term is discontinued.
– Guilherme Nascimento