搜索资源列表
Lab3
- Android天气预报的小应用,通过手机所在地获取当地经纬度,然后搜索google天气服务器提供的xml文件获取信息,最后通过DOM方式解释结果. 注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the
ADT-9.0.0-preview3
- 手机android平台最新版android3.0的配套开发工具,ADT9-Android mobile phone platform supporting the latest version of android3.0 development tools, ADT9.0.0
Android_DDMS-Tutorial
- Android DDMS使用教程,一看就懂,非常好的资料。-Android DDMS Tutorial
kinichi_product_provider
- android中内容提供者,数据库这段的SQLIte的应用,会再DDMS下成database文件夹-android in the content provider, a database of SQLIte this application will be into the database folder under DDMS
4.Button
- android开发第四个实验,学习DDMS视图和Button控件-The fourth experiment android development, learning DDMS view and Button
android-profile
- 主要讲解基于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.
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.
ScreenShotDDMS
- Screen Shot java code 我自己已经编译过了,可以使用,是采用android 的DDMS来进行截图 用于PC端实时获取图像文件,使用者的手机不需要root-Screen Shot java code I myself have been compiled, can use, it is to use the android DDMS to screen. Used for PC obtaining the real-time image file, the us
Android-ADB-tool
- ADB的工作方式比较特殊采用监听Socket TCP 5554等端口的方式让IDE和Qemu通信,默认情况下ADB会daemon相关的网络端口,所以当我们运行Eclipse时ADB进程就会自动运行,在Eclipse中通过DDMS来调试Android程序;也可以通过手动方式调用,以下为一些常用的操作供参考。-ADB has a special way of working listens on the Socket TCP 5554 port IDE and Qemu communication
SDK_Commend
- adb命令 android命令 emulator命令mksdcard命令 在SD卡上创建/删除文件夹使用DDMS透视图管理SD卡-adb command android command the emulator command mksdcard commands to create/delete files on the SD card folder using the DDMS perspective manage SD card
SharePreferences
- 本源码主要于数据存储SharePreferences相关,介绍SharePreferences在android开发中的用法和实例。 关于SharePreferences:它是以键值对来存储应用程序的配置信息的,只能存储基本数据类型。一个程序的配置文件仅可以在本应用程序中使用,或者说只能在同一个包内使用,不能在不同的包之间使用。实际上SharedPreferences是采用了XML格式将数据存储到设备中,在DDMS中的File Explorer中的/data/data//shares_
IDdmConsole
- DDMS console interface.
AndroidLocation
- Manages the location of the android files (including emulator files, ddms config, debug keystore).