-
2d,效果,酷跑 android
此游戏代码,为我在网站上共享的,demo 希望和每一位需要的童鞋进行交流,和学习使用,简单的2d效果,从未开发过游戏,但是由于公司的需要在网站上搜到的游戏demo,可以借鉴到一些代码块和相关api的学习,和大家分享
- 2022-11-30 10:45:03下载
- 积分:1
-
gomoku-master
android game The name "Gomoku" is from the Japanese language, in which it is referred to as gomokunarabe . Go means five, moku is a counter word for pieces and narabe means line-up. The game is also popular in Korea, where it is called omok which has the same structure and origin as the Japanese name. It is said to have originated in China with the name Wu Zi Qi . In the nineteenth century, the game was introduced to Britain where it was known as Go Bang, said to be a corruption of the Japanese word goban, said to be adopted from Chinese k i pan chess-board.
- 2014-03-22 16:20:19下载
- 积分:1
-
Android MyThread线程用法实例 切换图片
Android 使用MyThread创建线程,这是用法实例源码,本例中使用线程来控制切换图片
public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法
super.onCreate(savedInstanceState);
setContentView(R.layout.main);//设置当前的用户界面
myImageView = (ImageView) findViewById(R.id.myImageView);//得到ImageView的引用
MyThread myThread = new MyThread(this);//初始化MyThread线程
myThread.start();//启动线程
}
public void run() {//重写的run方法
while(true){//循环
activity.myHandler.sendEmptyMessage((what++)%4);//发送消息
try{
Thread.sleep(2000);//睡眠
}
catch(Exception e){//捕获异常
e.printStackTrace();//打印异常信息
}
}
}
- 2022-03-24 06:51:47下载
- 积分:1
-
ListView中item使用ViewPager
应用背景
ListView中的Item是可以左右滑动的ViewPager,有需要的可以借鉴
关键技术自定义ListView中的Item在加载条目的时候实例化左右滑动的ViewPager,解决了滑动冲突监听,复写OnTouchListener
- 2022-03-26 07:07:16下载
- 积分:1
-
android Modbus Rtu 通讯例子
ModbusRtuConnect例子
- 2019-06-03下载
- 积分:1
-
MediaPlayerDemo
Android播放器源代码,源代码模式(Android.mk)编译,支持USB播放,需要手动输入视频文件的路径。(Android mediaplayer source code.)
- 2017-01-09 19:55:28下载
- 积分:1
-
Android滑动菜单特效实现,仿人人客户端侧滑效果demo
Android滑动菜单特效实现,仿人人客户端侧滑效果demo.此为示例代码
- 2022-03-12 08:32:27下载
- 积分:1
-
Android
- 2022-03-24 10:51:20下载
- 积分:1
-
jamendo
android 系统下的MP3播放器 在线播放器(MP3 player under the android system online player)
- 2012-06-07 01:23:00下载
- 积分:1
-
FTP上传下载
链接ftp上传下载文件,FTP封装好的工具类,对于学习FTP下载上传有很好的作用
- 2023-01-26 16:40:04下载
- 积分:1