搜索资源列表
android JSON解析
- android 解析使用JSON
jamendo
- Jamendo在线音乐播放器是一款android平台在开源的在线音乐播放,该播放器的主要特色如下: 1. 界面美观,在jamendo播放器中精美的布局的随处可见,大量使用自定义控件和Adapter进行布局,这点可供初学者好好探讨研究 2. 构架清晰 3. 在代码中大量使用全局缓冲机制,如全局Application缓冲,图片缓冲等等。。 4. 数据传递使用JSON方式,网络传输(Apache Http 4.0)。。。 5. 全局的MediaService,并且伴有NotifyM
Android_JSON_RPC_0
- android json 结合实例,具有服务端和客户端的系统-android json with examples, with server and client systems
Android-Developed-from-scratch
- 2011年,若水工作室制作了《Android开发从零开始》系列课程,感谢大家的鼓励和支持。为了进一步提高Android开发培训水平,2012年若水工作室又倾心制作的项目实战视频『若水新闻』客户端开发教程,今天终于与大家见面了。 本系列课程目标 a.提高UI设计能力 b.巩固Android程序设计基础 c.异步更新UI d.掌握Android中HTTP通信 e.掌握JSON格式解析-In 2011, Flow studio produced a series of courses of the A
JsonDemo
- android json 数据交互小程序-android json data
PHPJson
- Android中使用HttpGet方式获取服务器端PHP Json返回数据-Android to get in the way of using HttpGet return data server PHP Json
AndroidPlayer
- 主要实现了专辑浏览,音乐在线播放,下载等等。虽说看起来功能不多,但是绝对十分具有参考价值,考虑的十分严谨。因为里面应用了网络通讯,json解析,全局mediaservice,自定义View组件,自定义Adapter,application全局缓存,变量等等,所有要在项目中考虑到的优化问题-Main achievement of the album browsing, music, online play, downloads and more. Although not many seem to
JSON2
- json java 解析学习android的好资料-json java Analysis
18_json01
- android下解析JSON文件的实利代码-android parse JSON documents under the code of real benefits
JsonViewer
- json,快速编写,提供模版,方便写,java,android-json, fast write, provide templates to facilitate the writing
Client_Android_PHP
- Android程序和PHP服务器交互,实现的功能就是远程注册登录后,跳转到首页,首页显示欢迎信息,并把服务器从数据库取回的数据以json格式返回,并显示在listview上-Android apps and PHP server interaction to achieve the function is remote registration log in, go to the home page, home page displays a welcome message, and to re
JSONtutorial
- json parsing in listview on android
android-json-rpc
- android-json-rpc是一个在android程序中使用的JSON-RPC客户端类库。它提供了一个简单的API来执行JSON-RPC服务调用。-This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from
json_lib
- android json 最新操作包,详细API可百度-android json lib
downFile
- ANDROID HTTP工具类实现多种编码的JSON解析-ANDROID HTTP TOLLS JSON
JSON
- 这个上面是Android端解析JSON数据的实例,希望对大家有用-Android side parsing JSON data instance, the above is the hope that useful
JsonaGson-example
- 学习android json 一定要看的好例子,包含各种json数据解析例子-Learning Android JSON is certain to look at a good example of json data parsing example
android-json-server-and-client
- android json解析(包含服务器端,客户端)\JSON解析-android json parsing (including server, client) \ JSON parsing
android-json
- android 解析json数据显示在listView上-android json
android开发之加载网上的图片
- listview经典使用,利用ImageLoad()方法在android studio上 下载给出的网址的图片,用到json解析,并利用listview布局将图片和文字并排显示