搜索资源列表
BigRoomDrcom
- 利用http的post和get方法实现drcom认证登录的android程序源代码-Using http post and get method implementation of the certification log drcom android source code
AndroidHttpConnect
- 这是android http操作的例子,通过get post方法来实现,以及线程操作-it is about android http protocol connect example, using thread and headler message to impletement
EX08_01_1
- Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
HttpClientHelper
- httpclienthelper android上http client的封装,实现get post等各种操作 -httpclienthelper android上http client
android-flip-master
- flipboard效果,上下翻折效果,上下翻页效果,翻日历效果。 效果请看我eoe的帖子: flipboard效果,上下翻折效果,上下翻页效果 http://www.eoeandroid.com/forum.php?mod=viewthread&tid=225632&fromuid=614326 -flipboard effect up and down the folding effect, flip up and down effect, turn the calendar
FindFriend
- Android代码,在android 4.2.2版本上实现了《Android开发从入门到精通》涉及到的FindFriend源码。至此书中源码全部上传完毕。都是基于android最新版本的,希望给后学者带来些方便。另外补充一点,在AndroidManifest.xml文件中android:name="com.google.android.maps.v2.API_KEY"添上你自己的google map v2的api。针对v2api的申请以及如何编译出效果确实很麻烦,请参考下面内容:http://b
Android_http
- android http的get post请求Demo-The get post android http request Demo
java_http_post
- http协议使用POST方式进行提交数据,精选学习源码,很好的参考资料。-The HTTP protocol uses POST to submit data, select learning source code, a good reference.
01-httppost
- 本例是android方面实现HTTP POST和GET网络编程,用到了tomcat容器。- This case is android achieving HTTP POST and GET network programming, using the tomcat container.
HttpPortTest
- 一个android HTTP接口测试小软件,可以GET和POST,参数可以动态添加删除,结果自动格式化json,里面也有GET图片的代码,但功能还没加上去-An android HTTP interface test small software, you can GET and POST, the parameters can be dynamically add and delete, results are automatically formatted json, which also
android-async-http-master
- 网络异步获取上传的工具类,异步获取网络数据,还有上传文件,下载文件的功能。-AsyncHttpClient net get post,file upload and download,it s very good
HttpUtil
- 我们项目中常用的Java的Http网络通信模块,包括get请求和post请求,简单易用。-We project the Java Http commonly used network communication modules, including get requests and post requests, easy to use.
SofeOnLine1.0
- 安卓APP,通过HTTP获取服务端JSON数据,绘制数据曲线。-android app http post get
librarysearch
- 广东海洋大学图书馆安卓源码可以获取网站(http://210.38.138.1:81/)上的图书信息,直接通过get/post模拟浏览器与网站交互,非json或webview方式,获取到返回html字符串再去取里面的元素,本项目的服务端是asp.net写的实现了图书系统的登录查询等,在做与asp.net网站交互的朋友可以看一下,登录部分因为我没有测试帐号所以就没有测试。不过项目很多地方没有做异常处理,返回空数据的时候应用会直接异常停止退出-Guangdong Ocean University L
HttpTest
- 本程序包含一个http协议的工具类,支持get和post请求两种方式,返回值类型为字符串类型,方便开发。-This project conclude a util designed to use HTTP protocol. Its return is String type which is easier for you to program.
androidhttp封装
- 对httpConnection的封装,支持post、get异步。(The encapsulation of httpConnection supports asynchronous post and get.)