搜索资源列表
HttpClient.zip
- 手机游戏例子,这是一个客户端-example of a cell phone game, this is a client
HttpClient
- 手机游戏例子,这是一个客户端-example of a cell phone game, this is a client
HTTPClient symbian系统下的一款使用HTTP协议
- symbian系统下的一款使用HTTP协议发送和获取网页内容的例子,很适合初学者学习。-of a symbian system using the HTTP protocol to send and access web content examples, it is suitable for beginners to learn.
HttpClient
- Symbian S60 Http引擎 很好的例程。带有注释。分享了!-Symbian S60 Http engine very good routines. With Notes. Shared!
HttpClient
- s60第二版httpclient示例程序;-s60 second edition httpclient sample procedures
HttpClient
- 这是基于J2Me的手机测试小程序,清除学者好好的学习与参考。-This is a J2ME-based mobile phone test small programs, the desire to help students in need.
Android1001Http
- 网络编程下:HTTP: 超文本传输协议,无状态协议,用地通过Internet发送请求消息和响应消息,默认为80端口。 是问答式的传输,比起Socket更加节约资源,但是第一次和第二次问答没有关系,无状态。用Session,Cookie,URL重定向是用来解决这个问题的。 HTTPClient(apache)-Network programming under: HTTP: Hyper Text Transfer Protocol, a stateless protocol, thro
volley
- 在这之前,我们在程序中需要和网络通信的时候,大体使用的东西莫过于AsyncTaskLoader,HttpURLConnection,AsyncTask,HTTPClient(Apache)等,今年的Google I/O 2013上,Volley发布了。Volley是Android平台上的网络通信库,能使网络通信更快,更简单,更健壮。
Android
- Android与服务器端数据交互 采用HttpClient向服务器端action请求数据,当然调用服务器端方法获取数据并不止这一种WebService也可以为我们提供所需数据,它是一种基于SAOP协议的远程调用标准,通过webservice可以将不同操作系统平台,不同语言,不同技术整合到一起。 -Android interact with server-side data HttpClient using standard remote calls to the server-si
android-async-http
- android-async-http是Android上的一个异步、基于回调的HTTP客户端开发包,建立在Apache的HttpClient库上.-android-async-http is an asynchronous on Android-based callback HTTP client development package, based on the Apache HttpClient library.
Flight
- 用Android 写的利用httpclient调用第三方webservice实现的航班查询系统-Android written by a third party webservice calls using httpclient achieve flight inquiry system
jsonPlistView
- 本例子是一个通过httpclient访问ashx服务获取到返回的JSON数据并展示到ListView的例子源码-This example is a httpclient access through ashx access to the returned JSON data and show examples of ListView source code
gupiao_xiaogou
- Android简单的股票查询例子,在windows和手机上均测试通过。原理是访问和讯股票网站,获得股票的价格等参数信息。 HttpClient client = new DefaultHttpClient() HttpGet get = new HttpGet( http://vol.stock.hexun.com/stock_quote.ashx?stocklist= + gup.getGpdm()) -Examples of simple stock inquiry via
HttpClientUtil
- android 客户端 基于httpclient的通讯代码。-Android client based on httpclient communication code.
HTTP_jar
- 完善Android自带的httpClient版本的多部分的post所需要的三个Apache开源项目:Apache Commons IO,Mime4j以及HttpMine-Perfect post httpClient multi-part version of Android comes with the required three Apache open source projects: Apache Commons IO, Mime4j and HttpMine
TestImageAndroid
- 图片旋转缩放加盖水印透明倾斜扭曲处理是一个图片处理的综合例子源码,实现了图片的旋转,缩放,加盖水印,透明,倾斜,扭曲用到的图片是使用httpclient 实现在线图片的下载展示,并实现图片处理。如果,网络图片不存在了,请在代码中修改图片路径。-Are examples of integrated a picture processing source image rotation and scaling stamp watermarks transparent slanted warp proc
AndroidLIB
- 这是一款网站客户端开发的案例,该案例实现了用到了图书馆的一些数据,图书馆用的系统又没提供数据接口,所以老规矩,用HttpClient和Jsoup这两大开源工程上,用Android手机来模拟图书馆查询的请求与响应,网站是学校的图书馆网:lib.gdou.edu.cn-This is a web client development case, the case of the used data the library, the library in the system and did not
jsonsjzs
- JSON数据ListView展示是一个通过httpclient访问ashx服务获取到返回的JSON数据并展示到ListView的例子源码,涉及到的技术有:httpclient、json解析、listview、图片异步加载、例子会在第一次加载完成以后保存listview数据,方便下次从本地获取,不用到服务器获取。框架使用了传统的mvc分层,结构比较清晰,源码有注释,方便新手学习和理解。注意:例子的服务端JSON数据是在这里获取的http://m.bitauto.com/appapi/News/Li
fanghuawei
- Android项目源码纯手工仿华为商城应用源码是一个简单仿华为商城的项目,没有用任何第三方类库,HttpClient,数据库存储,内部缓存和外部缓存都是作者独立写的,目前项目处于一个打开就崩的状态,不知道是不是我的模拟器问题还是项目问题,对本项目感兴趣的可以自己下载了解一下。-Android project source pure handmade imitation Huawei mall application source code is a simple imitation Huawei
Android-show-ListView
- Android例子源码httpclient获取到JSON数据并展示到ListView-Android u4F8B u5B50 u6E90 u7801Httpclient u83B7 u53D6 u5230JSON u6570 u636E u5E76 u5C55 u793A u5230ListView