-
android 翻页效果示例源码下载
android 翻页效果示例源码下载
- 2014-04-15下载
- 积分:1
-
android悬浮框demo
android系统创建悬浮框,创建两个悬浮框,点击小悬浮框,显示大悬浮框,同时隐藏小悬浮框,类似360内存监视软件。
- 2023-08-31 21:15:03下载
- 积分:1
-
利用STM32F407实现人脸识别
利用STM32F407实现人脸识别
- 2019-08-04下载
- 积分:1
-
编写一个求方程ax2 + bx + c = 0的根 的程序
编写一个求方程ax2 + bx + c = 0的根 的程序
- 2022-03-18 20:34:32下载
- 积分:1
-
android学生管理系统
开发出一款基于Android平台的MySise信息管理系统客户端App。为方便学生查看个人的相关信息。
本次课程设计中主要通过网络爬虫技术进行获取数据,使用第三方插件技术(jsoup)进行解析。使用volley框架进行网络请求。
- 2023-02-11 03:55:05下载
- 积分:1
-
Android-introduction
安卓系统入门介绍,非常不错哦! 想学安卓的人不要错过。(android introduction, nice)
- 2013-09-16 08:31:21下载
- 积分: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
-
Android Launcher 源码修改可编译 例子源码
Android Launcher 源码修改可编译 例子源码
- 2014-10-10下载
- 积分:1
-
android 多选菜单 例子 附完整源码
android 多选菜单 例子 附完整源码
- 2013-07-05下载
- 积分:1
-
Grallery3DDemo
Android Grallery 3D 的使用上的一个Demo,有一定参考价值。(Android Grallery 3D on the use of a Demo, has a certain reference value.)
- 2013-08-28 18:48:57下载
- 积分:1