-
WebCore
最新2.1版本Android中的webkit的核心部分,它实现了对文档的模型化,包括了CSS, DOM, Render等的实现.(The latest 2.1 version of Android in the webkit core, which implements the model of the document, including CSS, DOM, Render, etc. to achieve.)
- 2010-08-10 15:44:20下载
- 积分:1
-
android 开发框架 实例源码下载 ecloud
android 开发框架 实例源码下载 ecloud
- 2014-12-06下载
- 积分:1
-
将音乐列表做成3D球状
将音乐列表做成3D球状,将音乐列表做成3D球状,将音乐列表做成3D球状,将音乐列表做成3D球状,将音乐列表做成3D球状
- 2022-09-13 11:40:03下载
- 积分:1
-
16套微信小程序源码
16套微信小程序源码
- 2020-01-31下载
- 积分:1
-
android图片旋转、淡入淡出、缩放效果、移动效果示例
android图片旋转、淡入淡出、缩放效果、移动效果示例,先来看下截图的运行效果,单击对应的按钮,即可看到效果,淡入淡出之类的,图片旋转之类的。
图片旋转的代码如下:
rotateAnimation.setDuration(5000);
animationSet.addAnimation(rotateAnimation);
image.startAnimation(animationSet);
淡入淡出效果:
AnimationSet animationSet = new AnimationSet(true);
animationSet.setInterpolator(new AccelerateInterpolator());
AlphaAnimation alphaAnimation = new AlphaAnimation(1, 0);
RotateAnimation rotateAnimation =
new RotateAnimation(0, 360,
Animation.RELATIVE_TO_PARENT, 1f,
Animation.RELATIVE_TO_PARENT, 0f);
animationSet.addAnimation(alphaAnimation);
animationSet.addAnimation(rotateAnimation);
alphaAnimation.setDuration(3000);
image.startAnimation(animationSet);
animationSet.setRepeatCount(4);
- 2023-02-06 16:40:04下载
- 积分:1
-
arcgis中国工具
【实例简介】Arcgis中国工具3.2(注册机版,含操作说明).zip
- 2021-09-09 00:31:03下载
- 积分:1
-
MediaPlayer_Service
MP3音乐播放器代码,主要实现从sd卡中读取MP3文件,界面有播放暂停,上一首,下一首四个按钮(MP3 music player code, the main implementation MP3 files, read the sd card interface are suspended, a song, a four button)
- 2020-09-29 09:37:43下载
- 积分:1
-
WheelViewDemo实现日期选择等
android滚动论,可自定义,实现滚动选择
- 2022-01-28 23:43:19下载
- 积分:1
-
android-adhoc
本项目实现stm32+sdio wifi+OV2640模组图像传输;上传部分为android端连接并显示图像的代码(The project to achieve stm32+ sdio wifi+ OV2640 module image transmission upload part of the android-side connection and display the VIDEO of the code.)
- 2020-11-16 15:59:41下载
- 积分:1
-
link
说明: android手机系统的游戏连连看,游戏的基本功能已经实现(the game of the android system picture matching )
- 2011-04-02 00:01:50下载
- 积分:1