一、网络部分
1、andorid从4.0开始,UI主线程中访问网络不能在主线程中进行以及在线程中操作UI(所有http操作只能在线程中操作),所以我们需要在thread中建立message,然后在主线程中调用handler的方式,即handler.sendmessage.
2、向nginx服务器端发送..../test/ 这样的http请求时,post请求会被认为是get请求,所以必须发送.../test/index.php类似的请求。
不断更新ing....
一、网络部分
1、andorid从4.0开始,UI主线程中访问网络不能在主线程中进行以及在线程中操作UI(所有http操作只能在线程中操作),所以我们需要在thread中建立message,然后在主线程中调用handler的方式,即handler.sendmessage.
2、向nginx服务器端发送..../test/ 这样的http请求时,post请求会被认为是get请求,所以必须发送.../test/index.php类似的请求。
不断更新ing....