Posts by Wagner Marrane • 1 point
2 posts
-
0
votes1
answer80
viewsA: Http access via gson with parameters
I managed using the method below public static String getJson(String serverUrl, String host, String jsonobject) { StringBuilder sb = new StringBuilder(); String http = serverUrl; HttpURLConnection…
-
0
votes1
answer80
viewsQ: Http access via gson with parameters
In my first investment in android development, I came across the following need. I need to create a login screen by accessing the one address and capturing the gson return below. How could I do?…