Posts by Maycon Medeiros • 11 points
1 post
-
1
votes1
answer855
viewsA: How to make GET and POST requests on android, with a quick and updated tool?
in build.Radle add dependencies { compile 'com.koushikdutta.ion:ion:2.+' } depois chame em sua Activity Ion.with(Context).load(url); example public class Login extends AppCompatActivity { private…