搜索资源列表
Animation
- 移动补间动画 translate 1. 在res文件夹中建anim文件夹 2. 在anim文件夹中建立translate动画效果 3. 在activity中定义Animation对象,用AnimationUtils.loadAnimation载入ResId 4. 将Animation对象设置到目标对象 5. 启动动画效果,用方法startAnimation(),setAnimation()只有1次-Mobile tween translate 1. In the res fo
LiveFolderDemo
- LiveFolder的例子,安装后,在桌面ContextMenu文件夹菜单中,可以添加自定义的LiveFolder-LiveFolder example, after installation, the folder on the desktop ContextMenu menu, you can add custom LiveFolder
FileManager
- 文件管理器:可以浏览文件(文件夹)、显示路径以及对目录的一些常用操作(比如新建、删除、粘贴等)-File manager: you can browse the file (folder), display the directory path as well as some common operations (such as create, delete, paste, etc.)
CalculatorApp
- This an Android Calculator application.U just need to create a project and in Src folder create one .java file and paste CalculatorApp.java code.-This is an Android Calculator application.U just need to create a project and in Src folder create one .
eoeAndroid4
- 【eoeAndroid特刊】第四期 Android widget Ver 2.0.0(build 2009.06.30),在Android 1.5 SDK中,我们看刡了一系刊功能呾API上的变化变化,包括软键盘、桌面Widget呾Live Folder API、视频录刢API,蓝牙功能升级等,Google近来对亍返些全新功能的觋枂使得Android开发变得异常活跃也异常强大-Special Report】 【eoeAndroid fourth Android widget Ver 2.0.0 (
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
pintu
- 基于android平台的eclipse编写的,小游戏。 在游戏中,这个图是先分为30块正方体的图,然后在放到drawable文件夹中的。这个游戏中,最后一个放置图片的button在游戏开始前是不放图片的而且是隐藏的。每当点击其他图片,被点击的图片就会自动跳到那没有图片放置的位置。并且同时把被点击的位置的button隐藏。当把图片拼好后,游戏会自动弹出对话框,说明游戏是否通过。游戏通过则返回主界面,否则重新回到游戏。 由于把一个图片分成几十块很费时间,因此,游戏中只有一个图片的拼图。而且
libhardware_legacy
- android-2.2源码里完整的libhardware_legacy文件夹-Android 2.2 in the source code of the complete libhardware_legacy folder
FileManager-V2.0
- 使用android2.2以上版本编写的文件管理器,包括对文件的增、删、重命名,支持对文件夹的多文件操作。-Android2.2 above written using file manager, including the file add, delete, rename, folder support for multi-file operations.
FileSelector
- private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
new
- android 自带数据库打包安装,实现了将完整的数据库存放的程序私有目录的功能,代码简单-android install database,the database is existed already, but sinces it s large and with important data ,shuld install it to private folder
jWebSocketClient-1.0-nb20105
- jWebSocket Clients – 纯Javascr ipt的WebSocket客户端,多个子协议和可选的用户、session、timeout管理机制。无需插件。并且现在可以应用在任何其他Java、Android客户端。 -Archive (.zip) with all required .js files and demos to run the jWebSocket client including minified production versions (~8.1 MB). Sim
Android--NetTraffic--SourcePXML
- android下一款流量监控的反编译软件, 配置文件解压在“...[XML]”文件夹内,Java代码位于另一个文件夹内。 -Under the android a flow monitoring of decompilation software, Configuration file decompression in "... [XML] "folder, Java code in another folder.
PhotoAlbum
- 可以自动对焦拍照,如不满意可点击重拍,所拍照片将存放在sd卡中文件夹下-You can auto-focus camera, if not satisfied you can visit the remake, the pictures will be stored in the SD card folder
frame
- 相框设计,准备的三张图片放在res/drawable下。可作为学习ImageView堆栈的参考示例-Frame design,three pictures are put in the folder of drawable. It is a good reference to help to learn ImageView stack.
FilesWork
- 实现文件的读取操作:读取资源文件夹下的 文件、 读取asset文件夹下的文件 、SDCARD上文件的读与写 -File read operations: Read the file under the resources folder, read the file in the asset folder, read and write file on the SDCARD
SSMP3
- 基于Android平台,写了一个多采样率的WAV格式录音程序,默认保存文件方式是以当前时间加一个随机数,文件保存至SD卡的soundhold文件夹下,详细实现过程请看源码,欢迎各位下载交流!qq:411697447-Based on the Android platform, writing more than one sampling rate WAV format recording program, the default save the file based on the curren
photo
- android控制相机拍照的示例程序源代码,拍照后将文件存入指定文件夹中(如SD卡目录)。开发拍照程序可以参考-android sample program source code, control the camera to take pictures after the file into a specified folder (such as SD card catalog). Development of camera programs can refer to
android_fram_animation
- Amination的整体使用有2种方法,即Tween Animation和Frame Animation,在博客Android开发历程_8(Tween Animation的2种属性设置方法) 中已经介绍了Tween Animation的使用方法,且讲到了其2种属性设置方式。这一节就来看看Frame Animation的使用。参考资料为Mars老师的资料。 Frame Animation的应用不是很广,它主要是将一张张图片串联起来播放,人眼看上去就感觉在动一样,就是利用这种特性到达动态效果
FileManager
- 文件夹管理器 实现查看所有文件的功能,简单小巧,适合初学者。-Folder Manager to achieve to view all files, simple and compact, suitable for beginners.
