Welcome![Sign In][Sign Up]
Location:
Search - android json

Search list

[OtherAndroid手机游戏设计达人讲座(光盘)

Description: 中文名: android 手机游戏设计达人讲座(光盘) 资源格式: 压缩包 主讲人: 作者 : 裴存亮,杨海波 编著 发行日期: 2011年08月18日 地区: 大陆 对白语言: 普通话 文字语言: 简体中文 ==================================================== 本手册从Android的基础讲起,包括Activity、View,Intent、图形绘制、音乐播放、测试、数据存储等相关基础知识。然后过渡到从易到难的Android游戏开发实例。最后的两个附录分别讲解了Android中Json的使用和XML的使用。 本手册能够帮助想从事Android开发的程序员建立完整的Android基础体系,适合有一定java基础的朋友。 ==================================================== 内容包括图书1.分章节源代码 2.Google Android手机开发工具介绍 3.图书精选内容pdf ==================================================== 备注:本资源为本书的光盘资料。(原内容超过1.3G,其中开发工具和SDK都超过1.2G。因为这些工具开发者们都有了所以删除只留下其最有价值东西)
Platform: | Size: 57447664 | Author: maysepp | Hits:

[SourceCodeandroid JSON解析

Description: android 解析使用JSON
Platform: | Size: 24064 | Author: 1049617070@qq.com | Hits:

[androidjamendo

Description: Jamendo在线音乐播放器是一款android平台在开源的在线音乐播放,该播放器的主要特色如下: 1. 界面美观,在jamendo播放器中精美的布局的随处可见,大量使用自定义控件和Adapter进行布局,这点可供初学者好好探讨研究 2. 构架清晰 3. 在代码中大量使用全局缓冲机制,如全局Application缓冲,图片缓冲等等。。 4. 数据传递使用JSON方式,网络传输(Apache Http 4.0)。。。 5. 全局的MediaService,并且伴有NotifyManager等进行通知-Jamendo is a music player online android platform, open source online music player, the player' s main features are as follows: 1. Beautiful interface, at jamendo player everywhere exquisite layout, extensive use of custom controls and Adapter the layout, good for beginners of this study 2. framework clear 3. in the code a lot of use global buffering mechanisms, such as the Global Application buffer, picture buffer and so on. . 4. Data transfer mode using JSON, network transmission (Apache Http 4.0). . . 5. Global MediaService, and accompanied by such a notification NotifyManager
Platform: | Size: 337920 | Author: will | Hits:

[androidAndroid_JSON_RPC_0

Description: android json 结合实例,具有服务端和客户端的系统-android json with examples, with server and client systems
Platform: | Size: 94208 | Author: | Hits:

[androidAndroidPlayer

Description: 主要实现了专辑浏览,音乐在线播放,下载等等。虽说看起来功能不多,但是绝对十分具有参考价值,考虑的十分严谨。因为里面应用了网络通讯,json解析,全局mediaservice,自定义View组件,自定义Adapter,application全局缓存,变量等等,所有要在项目中考虑到的优化问题-Main achievement of the album browsing, music, online play, downloads and more. Although not many seem to feature, but it definitely is a reference value, given the very stringent. Because it was the application of network communication, json analysis, global mediaservice, Custom View components, custom Adapter, application global cache, variables, etc., all projects should be taken into account in the optimization problem
Platform: | Size: 1000448 | Author: tanbo | Hits:

[androidJsonDemo

Description: android json 数据交互小程序-android json data
Platform: | Size: 290816 | Author: gg | Hits:

[androidJSON2

Description: json java 解析学习android的好资料-json java Analysis
Platform: | Size: 46080 | Author: liulis | Hits:

[android18_json01

Description: android下解析JSON文件的实利代码-android parse JSON documents under the code of real benefits
Platform: | Size: 304128 | Author: ningbiting | Hits:

[androidJsonViewer

Description: json,快速编写,提供模版,方便写,java,android-json, fast write, provide templates to facilitate the writing
Platform: | Size: 45056 | Author: 杨家伟 | Hits:

[androidClient_Android_PHP

Description: 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 retrieve data from the database server to return json format, and displayed on the listview
Platform: | Size: 362496 | Author: tony | Hits:

[androidPHPJson

Description: Android中使用HttpGet方式获取服务器端PHP Json返回数据-Android to get in the way of using HttpGet return data server PHP Json
Platform: | Size: 47104 | Author: 胡章优 | Hits:

[androidJSONtutorial

Description: json parsing in listview on android
Platform: | Size: 50176 | Author: montas85 | Hits:

[androidandroid-json-rpc

Description: 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 an android device. JSON-RPC is a lightweight cross-language remote procedure call protocol that simplifies the creation of web services providers and clients. JSON serialization is typically more efficient than XML based serialization and is more suited for mobile environments like android. On the server side, several libraries exist to implement JSON-RPC services in the language of your choice (Python, Java, C#, PHP, ...).
Platform: | Size: 219136 | Author: 孙建 | Hits:

[androidjson_lib

Description: android json 最新操作包,详细API可百度-android json lib
Platform: | Size: 1438720 | Author: 王五 | Hits:

[androiddownFile

Description: ANDROID HTTP工具类实现多种编码的JSON解析-ANDROID HTTP TOLLS JSON
Platform: | Size: 337920 | Author: ydhydh | Hits:

[JSPAndroid-json

Description: json数据详解   通过访问http://localhost:8888/AndroidServerApp/login.action,得到如下JSON数据: JSONObject json=new JSONObject()                   //【这里在JSON中包含一个Map】                  Map map=new HashMap<Object, String>()                   map.put("username", "xiaomingg")                   map.put("password", "1234")                   map.put("state", "1")                   json.put("userbean", map)                   response.getWriter().write(json.toString()) -androd json
Platform: | Size: 174080 | Author: jank | Hits:

[androidandroid-json-server-and-client

Description: android json解析(包含服务器端,客户端)\JSON解析-android json parsing (including server, client) \ JSON parsing
Platform: | Size: 747520 | Author: 王龙隐 | Hits:

[JSP/JavaJson

Description: json网络交换tomcat交换,java,android-json exchange interest
Platform: | Size: 7168 | Author: dd | Hits:

[Otherandroid-json

Description: android 解析json数据显示在listView上-android json
Platform: | Size: 9896960 | Author: llxqb | Hits:

[JSP/Java仿知乎日报android app开源源码

Description: 这是一个知乎日报和凤凰新闻结合的资讯客户端 本项目网络层使用Volley+OkHttp3,即用Volley来进行网络通信,用OkHttp3来处理Volley的底层HTTP请求,Json解析使用Gson,数据库使用Realm, 图片加载使用Glide+OkHttp3,列表使用RecyclerView+Cardview,下来刷新使用SwipeRefreshLayout,视频控件使用texturevideoview。(java daily android source code)
Platform: | Size: 11249664 | Author: hm_nie | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net