资源列表
MyActivity
- 本节我们学习Android四大天王的Activity,Activity密切关注用户能做什么,负责与用户交互。类似于Java Web中的页面Page,将一系列View装载起来通过内部的加载引擎展现给前台用户。可以说一个简单的Android应用就是由一组Activity组合而成。可见对于Activity的学习在整个Android移动开发学习中至关重要的一环。鉴于Android移动开发属于嵌入式系统开发的范畴,所以Google的工程师在Android平台构架设计上,将很多组件都设计成基于事件驱动的,不
TestExit
- android退出整个应用程序,android退出整个应用程序-android exit all application
phone
- 在Android平台下实现打电话功能,通过测试了,可以在真实手机上运行-Call on the Android platform to achieve functional, tested, and can run on mobile devices in the real
Xml
- 实现解析XML文件,使用pull解析器,效率高!-Achieve parsing XML document is displayed in a format
TutorialOnMaps
- Android Tutorial On Maps
AccelerometerTest
- Android重力传感器数据采集源代码,通过重力传感器实时显示手机姿态,内注释较详细。-Android gravity sensor data acquisition source code, cell phone attitude, gravity sensor, real-time display to the Notes in more detail.
ProgressDialogSample
- ProgressDialog Java源代码,Android程序处理过程中的进度对话框,玩过Android手机的朋友大概都清楚,在操作一些程序的时候,Android手机会显示Loading,提示程序正在处理中,这个Dialog对话框可很好的提示用户要稍做等待,那么它是如何实现的,本源码会告诉你原理。-ProgressDialog Java source code, and the Android program in the process progress Dialog box, playe
GetContacts
- 详细介绍 - [ 获取通讯录程序源码 ] 可以获取Android手机上的通讯录的程序源码。-Detailed introduction- [access to source code] Can get Android phone directory of the program source code.
LoadingViewlogo
- 一个显示文件加载进度的动画式进度条。一个显示文件加载进度的动画式进度条-A display file loading progress animated progress bar. A display file loading progress animated progress bar
MyBitMap
- 读取背景图片,然后通过bitmap将其转化为图标-Read the background picture, and then through the bitmap is transformed into an icon
CellLocation
- 关于手机基站定位开发,根据基站信号,通过google查询服务,获得当前位置。-Mobile phone base station positioning and development, according to the base station signal through google inquiry service, access to the current location.
GetPostSample
- GetPost实例,Android获取提交数据的例子,得到从用户界面发送过来的数据实例,其实就是WEB网页提交表单的操作-GetPost instance Android Get submit data example, the instance of the data sent from the user interface, and submit the form is actually a WEB page