Posts by Romeu F • 21 points
3 posts
-
0
votes0
answers760
viewsQ: POST request sending a String via Retrofit on Android
I need a lot of help from you, I’m wanting to make a POST request via Retrofit, send only one parameter: { "select":"select id || ' | ' ||senha_terminal,nome,login_web,null,5,null…
-
1
votes1
answer43
viewsQ: Taking an attribute from a Class
My class asks for a context as a parameter (for example: MainActivity). I can leave without the context? just passing the query as parameter... Is this way: public HttpTask(Context context, String…
-
1
votes1
answer566
viewsQ: Access a JSON key
I am making a POST request for my Webservice and am getting as a result a Json, I would like to pick a specific field of Json, because the key names are fixed ex: "campo1, campo2,campo3"... and so…