资源列表
SD_APK
- 扫描Android手机SD卡中指定的任意文件-scanning any specified file in SD card of Android phone
android 播放本地以及网络流(rtsp)
- android 播放本地以及网络流(rtsp)视音频文件的上层java程序。主要供初学者理解mediaplayer的使用方法,以及调试下层opencore。在android2.1及以上使用。-android Play local and network flow (rtsp) on top of video and audio files java program. Mediaplayer for beginners to understand the main use of methods,
testCarema
- 基于android的手机简单的拍照功能实现-Based on the android phone camera to achieve
LoaclXMLSaxDemo
- android 开发中sax解析本地xml文件的小例子-android development sax analytical local XML file simple exmaple
Using-Google-map
- Google map service is very powerful in the development of Google Maps on Android phone application, a good reference.
codeUI
- 这是安卓UI基础开发的讲解代码,里面主要讲述了UI设计的五大布局内容。-This is the basis for the development of the Android UI to explain the code, which focuses on five major content UI layout design.
Android--environment-
- 主要讲解基于Eclipse的Android开发环境的搭建,模拟器的创建和运行,以及如何应用DDMS进行程序的调试。-Covers the Android development environment based on Eclipse the building, building and operation simulator, and how to apply DDMS programs to commissioning.
08_Android_Guess
- android 小游戏 android基本控件使用-to android small games
list_more_adapter
- 一个Listview中包含多个adapter,多样式,多排版-Listview in a multiple adapter, multi-format, multi-layout
broadcast
- 这个例子主要研究Android broadcast广播机制的实现,以一个电池监测及广播通知为例,介绍了实现broadcast的过程:大致的思路是:注册一个系统 BroadcastReceiver,作为访问电池计量之用,如果捕捉到的action是ACTION_BATTERY_CHANGED, 就运行onBatteryInfoReceiver(),捕捉到ACTION_BATTERY_CHANGED时要运行的method,创建一个背景模糊的Window,且将对话窗口放在前景,将取得的电池计量显示于Di