I need help in this problem,I am just a student doing my university practices without any help, I have done some scripts in asp, and it is all okay but now I need to learn how can I communicate an android app which I am developing in Android Studio (first time) with an Asp Classic Server, For example a demo.asp like
<%
name=request(name)
address=request(address)
result=name&" "&address
%>
How can I send that parameters to the server and get its response in Android Studio, I hope you can help me. I would really appreciate it.