-
android 下不错的 播放器实例 SeeJoPlayer 附源码 带截图
android 下播放器实例 供学习和研究使用
- 2013-02-20下载
- 积分:1
-
Sample_11_5
一个3D方块,在android上显示纹理映射贴图的demo(A 3D box display demo map texture mapping on android)
- 2015-11-05 21:16:12下载
- 积分:1
-
Android 使用Dialog组件制作登陆框特效
Android 使用Dialog组件制作的登陆框特效,这是一个带动画效果的用户登录界面特效,运行后,登录框由上到下弹跳若干次后,慢慢停下来,用户可输入帐号、密码进行登录,加入动画效果,可让你的APP界面更活跃,有些用户喜欢带动画的窗口。
异常处理部分也简单弄了下:Notice.show(this, "程序出现异常:
" + getException(e), Toast.LENGTH_LONG);
这个登录框的弹跳效果,是借鉴了一个弹球游戏中的弹跳模块,因此看上去效果和弹球的弹跳很相似哦。
- 2022-03-08 09:03:15下载
- 积分:1
-
Android 学习TweenAnimation动画让一张图片360度旋转
这是一个Android TweenAnimation动画让一张图片360度旋转,在android虚拟机上运行后,单击“观看动画”按钮后,图像即开始旋转,旋转N圈后自动停止,并自动减慢速度停止,保持最后的状态。来看相关的代码(并非完整代码):
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
final ImageView iv = (ImageView)findViewById(R.id.iv);
Button btn = (Button)findViewById(R.id.btn);
final Animation anim1 = AnimationUtils.loadAnimation(this, R.anim.anim1);
final Animation anim2 = AnimationUtils.loadAnimation(this, R.anim.anim2);
anim1.setFillAfter(true);//保持最后的状态
anim2.setFillAfter(true);
final Handler h = new Handler(){
@Override
public void handleMessage(Message msg) {
if(msg.what == 0x11){
iv.startAnimation(anim2);
}
}
};
- 2022-12-18 04:35:03下载
- 积分:1
-
xmpp 项目 android 客户端
xmpp 项目 android 客户端
- 2015-01-19下载
- 积分:1
-
android 友推分享 例子源码下载
支持各大平台分享
- 2015-04-22下载
- 积分:1
-
android 启动画面 软件引导 例子源码
android 启动画面 软件引导 例子源码
- 2014-10-31下载
- 积分:1
-
smartClock
这是一个Android自绘时钟的源代码,并且调试成功的,有需要的朋友,不容错过啦!(This is an Android source code from the painting clock, and debugging success, a friend in need, do not miss it!)
- 2013-04-17 09:46:34下载
- 积分:1
-
pangolin
全新的UI界面
* 全新的安全即时通讯技术支持与好友分享文字、图片、语音短信。在保证您方便快捷的通信的同时保障您的信息安全
* 全新的多人聊天功能,在聊天室中与您的好友分享图片和语音短信
* 支持voip语音实时电话
* 支持手写涂鸦消息
* 支持地理位置消息
* 电话记录拦截功能
* 短信拦截管理功能
* 独立安全的联系人管理功能
* 通过外部程序与您的密聊好友分享文件
* 支持在线加密备份
* 支持在线帮助
* 省流量(New UI interface
* new security instant messaging technical support with your friends to share text, pictures, voice messages. Convenient communication to protect the security of your information
* New multiplayer chat features, pictures and voice messages in a chat room to share with your friends
* supports voip voice real-time phone
* Support handwriting graffiti messages* support location message
* Phone records blocking features
* SMS block management capabilities
* independent safety contact management functions
* through an external program, talk with your close friends to share files
* Support for online encrypted backup
* Support for the flow of online help )
- 2012-07-24 10:33:22下载
- 积分:1
-
android BLE4.0与CC2540通信 操作LED
应用背景
BLE4.0 android应用
android下BLE的方法属性应用
与底层硬件通过UUID通信,控制硬件LED
蓝牙应用
android UI
关键技术
BLE4.0 android下属性方法
android 4.4下BLE的扫描,连接,数据传输与处理
- 2023-07-21 22:40:02下载
- 积分:1