-
安卓 象棋 源码
安卓 象棋 源码 实现了 人机对战 代码比较简单 界面 美观大方
- 2022-03-06 00:12:57下载
- 积分:1
-
android SDCard存储 示例源码
android SDCard存储 示例源码
- 2014-03-14下载
- 积分:1
-
图库浏览器
请图片放在SD卡下的image文件夹(该文件夹包含1,2,3,4,5,6子文件夹用于放置图片)
- 2022-06-01 20:09:31下载
- 积分:1
-
baofengyingyin
说明: A UI project source code that imitates storm video and audio. The imitated interface includes menu pages, home pages, classification pages, etc. The local analog data used for all data in the project. The imitated degree will be problematic in layout and display on high-resolution devices. The resolution of 480 x 800 should be just right.
- 2020-06-15 22:40:02下载
- 积分:1
-
88-android-source-projects
88 android source projects
- 2013-12-16 14:15:34下载
- 积分: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
-
Android 从主服务器登录
这个项目帮助您如何在 android 系统中创建登录窗体。总的 crud 操作。如何添加、 更新、 删除数据库在安卓系统。谢谢
- 2022-02-27 03:46:35下载
- 积分:1
-
android 蓝牙连接打印机实例源码下载
android 蓝牙连接打印机实例源码下载
- 2014-08-26下载
- 积分:1
-
CreatePrismaticJoint
通过移动关节移动Bod,Android开发精典案例源码,很好的参考资料。(By moving the joint development of mobile Bod, Android classic case source code, a good reference.)
- 2013-11-12 00:16:59下载
- 积分:1
-
AndroidThread
this project use to implementation threadh in android.
- 2015-01-20 00:54:38下载
- 积分:1