搜索资源列表
Android-Bluetooth
- 蓝牙学习的初步了解,相关的API和蓝牙之间的数据传输管理知识,基于Android的学习。-Bluetooth to learn the preliminary understanding between the API and Bluetooth data transfer management knowledge and learning based on the Android.
LittleHousekeeper1
- 可以作为了解Android系统管理的基本知识; Android手机管家方面的应用;监控进程,清理进程。-Can be used as basic knowledge of the Android system management the Android phone butler application monitoring process, the clean-up process.
SDFileExplorer
- Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-The Android operating SD card file a browser source, SDFileExplorer, source code, each
SDFileExplorerSample
- Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-The Android operating SD card file a browser source, SDFileExplorer, source code, each
MyContacts
- Android通讯录应用的源码,自己用JAVA编写的,有人称通讯录为“联系人管理”,其实一个意思,功能一样。这个通讯录源码里有注释,尤其对学习是相当有帮助的,学习一下列表的使用,本源码中的联系人按照列表表示形式:姓名 + 移动电话的方式显示,这在Android应用编写中,是比较常见的方式,另外本实例中还包括一些菜单的操作技巧,都是比较实用的基础知识。-Android Contacts application source code, written using JAVA, address boo
MyMirror
- 魔镜 预备知识导图 1.控件 1.1TextView文件框控件 1.2ImageView图像视图控件 1.3SeekBar拖动条控件 2.多媒体应用 2.1Camera摄像头应用 2.2SoundPool声音播放 3.布局管理器 3.1LinearLayout线性布局管理器 3.2RelativeLayout相对布局管理器 3.3布局管理器的嵌套 4.事件处理 4.1OnTouchListener触摸事件 4.2OnClickList