登录
首页 » Android » 一款简单的连连看小游戏android

一款简单的连连看小游戏android

于 2022-09-24 发布 文件大小:3.67 MB
0 149
下载积分: 2 下载次数: 1

代码说明:

这是一款简单的android小游戏,界面比较清晰,用户体验感很好,适合android的初学者研究参考。这也是我找的一款代码,交了结课作业的,能流畅运行,代码也比较简单,非常不错的一个代码。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 安卓蓝牙连接
    这是一款基于蓝牙连接的安卓程序,可以让新手迅速上手安卓蓝牙的开发。通过导入到Eclipse中可以快速的查看到陌生类和方法的API,从而可以快速了解到安卓拉亚的连接,通过socket发送和接受信息。
    2023-04-30 06:40:04下载
    积分:1
  • android 手势密码解锁 九宫格解锁实现源码下载
    九宫格解锁实现,附完整源码              
    2013-07-21下载
    积分:1
  • FilePicker (get 来拾取文件)
    FilePicker 从 SD 卡根据扩展名选取文件。现在阵列扩展的筛选器 : 私有静态最后 String [] FTYPE = {"aac"、"ac3"、"amf"、"amr"、"猿"、"au"、"flac 字样"、"mp1"、"mp2"、"mp3" "mpa""ogg","pcm"、"羊"、"wav"、"wma"} ;
    2023-04-12 15:20: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
  • 黄页
    由于树木被砍伐,黄页书往往很重,印刷成本也很高
    2022-11-23 16:10:09下载
    积分:1
  • 一个简单的斗地主游戏代码,可以参考
    斗地主游戏。非常简单、可以用,但是有bug 可以做简单的参考学习
    2022-03-04 00:18:01下载
    积分:1
  • adb
    ADB to communicate between PC and Android smartphone
    2019-07-05 05:08:36下载
    积分:1
  • Happychat2
    Java源码,网络相关,聊在室   一个多用户的Java聊天室程序源码,是一个比较完整的毕业设计作品,实现了以下功能:用户注册、资料保存、多用户登录、多用户同聊、私聊、保存用户记录、用户离开记录自动清除、在线人数监视等多种功能。(Java source code, network-related, program source code of Java chat rooms chat room more than one user, is a relatively complete graduation designs, implements the following functions: user registration, data storage, multi-user login, multi-user chat with whisper save the user record, the user leaves the record is automatically cleared, the line number of monitoring a variety of functions.)
    2021-02-17 19:09:45下载
    积分:1
  • Android Paint画一个方框矩形
    Android Paint画一个方框矩形,要使用到触笔事件及线程的相关操作,绘制绿色实心矩形和黄色的方框矩形:   /* 同样是设置颜色 */   mPaint.setColor(Color.rgb(255, 0, 0));   /* 提取颜色 */   Color.red(0xcccccc);   Color.green(0xcccccc);   /* 设置paint的颜色和Alpha值(a,r,g,b) */   mPaint.setARGB(255, 255, 0, 0);   /* 设置paint的Alpha值 */   mPaint.setAlpha(220);   /* 这里可以设置为另外一个paint对象 */   // mPaint.set(new Paint());   /* 设置字体的尺寸 */   mPaint.setTextSize(14);   // 设置paint的风格为“空心”.   // 当然也可以设置为“实心”(Paint.Style.FILL)   mPaint.setStyle(Paint.Style.STROKE);   // 设置“空心”的外框的宽度。   mPaint.setStrokeWidth(5);   /* 得到Paint的一些属性 */   Log.i(TAG, "paint的颜色:" + mPaint.getColor());   Log.i(TAG, "paint的Alpha:" + mPaint.getAlpha());   Log.i(TAG, "paint的外框的宽度:" + mPaint.getStrokeWidth());   Log.i(TAG, "paint的字体尺寸:" + mPaint.getTextSize());   /* 绘制一个矩形 */   // 肯定是一个空心的举行   canvas.drawRect((320 - 80) / 2, 20, (320 - 80) / 2 + 80, 20 + 40, mPaint);   /* 设置风格为实心 */   mPaint.setStyle(Paint.Style.FILL);   mPaint.setColor(Color.GREEN);   /* 绘制绿色实心矩形 */
    2022-07-09 22:15:17下载
    积分:1
  • android 录音 示例源码
    用于上传下载,录音
    2014-04-28下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载