Send a string to a servlet from android
问题 I am trying to send a string from a android application to a servlet and then retrieve that string to my android application ,but when i try to invoke the servlet it force close on me and i dont know why (im very new to android and this is a practice exercise for me) here is my android simple app: ANDROID package com.theopentutorials.android; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net