I would like to know how do we connect an android application with a servlet.
I have a textbox with a search content also a drop down list.
1) Need to get the to data and send it to the servlet.
2) Get details in servlet and access MYSQL database(this part i knw how to do).
I get details back to servlet.
3) And get back the details to the android application.
I need help for (1) and (3).
I tried using get and post in android application, but still not able to get data on to the servlet.
please help me in this issue.
I have a textbox with a search content also a drop down list.
1) Need to get the to data and send it to the servlet.
2) Get details in servlet and access MYSQL database(this part i knw how to do).
I get details back to servlet.
3) And get back the details to the android application.
I need help for (1) and (3).
I tried using get and post in android application, but still not able to get data on to the servlet.
please help me in this issue.