-
FR1128-Android仪表盘网速测试源码
说明: Android仪表盘网速测试源码,是根据汽车的车速盘来模拟的,可以根据传入的速度来变化的(Android dashboard network speed test source code, is based on the car's speed wheel to simulate, according to the incoming speed to change)
- 2020-08-12 19:14:17下载
- 积分:1
-
精美的天气预报
精美的天气预报 下载可用 包括墨迹天气的效果
- 2023-01-30 01:10:06下载
- 积分:1
-
burntool_072
For firmware Rom in smarthphone Android
- 2011-11-25 05:19:36下载
- 积分:1
-
DrawDemo02
Android develop simple painting
- 2020-06-30 09:20:02下载
- 积分: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
-
QQ-for-Android
android客户端仿QQ源代码,包括Client、Server和SQL执行语句(在SQl server中执行就可以),主要实现了一对一、一对多聊天(android client imitation QQ source code, including the Client, Server, and SQL statement is executed (SQl server), the main achievement of the one-to-one, one-to-many chat)
- 2013-04-02 18:42:56下载
- 积分:1
-
????Android?AlertDialo???ʵ??
- 2023-05-14 07:45:03下载
- 积分:1
-
SecretSMS
android中短息拦截的实现可以一些恶意的联系人屏蔽掉这样可以十字架不受打搅(intercept the realization of short interest in the android malicious contact so you can cross from disturb masked)
- 2012-09-22 08:48:40下载
- 积分:1
-
安卓的日历小软件
基于安卓系统的一个日历的小软件,功能比较简单,实现了查看时间......简单的功能,希望对于入门安卓的朋友有所帮助
- 2022-08-02 21:51:34下载
- 积分:1
-
BLE蓝牙通信 Bluetooth_4.3
Bluetooth_4.3 BLE蓝牙通信
- 2022-03-17 19:03:32下载
- 积分:1