读书人

安卓教程十二 http使用apache工具类提

发布时间: 2013-07-04 11:45:44 作者: rapoo

安卓课程十二 http使用apache工具类提交数据

?接口HttpConnectionCallback

public interface HttpConnectionCallback { /**        * Call back method will be execute after the http request return.        * @param response the response of http request.         * The value will be null if any error occur.        */       void execute(String response);   }

?

读书人网 >Apache

热点推荐