搜索资源列表
GMapDemo1214
- 自製Google MapView範例 地圖影像資料庫透過下載執行緒向GOOGLE MAP伺服器攝取地圖,客戶端遊戲執行緒進行畫面更新時,向地圖模組攝取地圖資料,而地圖模組會依照執行緒提供的經緯度將地圖影像從地圖影像資料庫引用後進行排列及位移。-Homemade the Google MapView example map image database thread by downloading intake map GOOGLE MAP server, client game thread
AndroidImitateLetao
- Android仿乐淘的应用程序分析源码,仿乐淘应用客户端的程序源码,为您编写其它类似的购物应用起到帮助作用,通过这个并不复杂的应用实例,你可以了解一些Android的编程技巧,比如:底部菜单栏点击事件效果设置,模仿从服务器加载数据时的虚拟进度条,通过线程来循环调用进度条,底部菜单模块ListView监听器、获取ListView的数据,继承Activity类可以使用此类的方法,该类提供整个项目中Activity所使用到的公共方法,该类中全属于公共方法.集成该类可以使用等-Android the
UpdateInfoParser
- 简介高效的安卓功能开发:开启子线程连接服务器,获取更新信息-Andrews simple and efficient function development: open sub-thread connection to the server for updated information
oschina-android
- 开源中国社区源码使用官方api接口开发,非传统的http模式。编译的时候建议sdk在4.0以上。本源码适合各种水平的开发者阅读,使用了异步线程加载数据,基本上每一个类都有很详细的注释。不用登录就可以获取最新的咨询、博客、和阅读文章。登录的时候是弹出一个对话框,这一点不同于现在的普通登录方式。登录以后的个人消息是通过客户端主动向服务器请求的,不是推送模式-Open source Chinese community source code using the official API interfa
demo_ping2
- android环境下,建立一个线程,每隔3s,ping一次服务器的源代码。-Android environment, the establishment of a thread, every 3s, a server of ping the source code.
serviceDemo
- 通过Service给服务器实时发送GPS信息,要做一些耗时的操作,同样需要在service中创建线程处理。(Using Service to send GPS information to the server in real-time, you need to do some time consuming operations, and you also need to create thread processing in service.)
formetosee.java
- 其中的handler和thread用于在安卓前端开发时连接后端数据库(Handler and Thread are used to connect UI layer with the server)
Android 手机联网对战 中国象棋 游戏源码
- Android 中国象棋游戏 可以网络对战,分为客户端和服务端,客户端为 Android 应用,服务端使用Java语言实现,数据库为MySQL,使用到了Socket和多线程技术。(An Android Chinese chess game which can be network to combat, divided into client and server, client is Android application, server uses Java language, database