-
android (俄罗斯方块)
该源码有一定的可读性,比较适合初级Android游戏开发者参考。它是一款休闲益智类的游戏,有一定可玩性,
- 2022-09-06 05:45:03下载
- 积分:1
-
Android 手机发短信的例子
Android SendSMS 手机发短信的例子+源代码,简单的很。如测试截图所示,单击按钮实现发短信功能。
- 2022-08-17 19:11:26下载
- 积分:1
-
MatchPatternIterator
Match Pattern Iterator Source Code for Andriod.
- 2013-11-18 22:05:08下载
- 积分:1
-
具有伸缩效果的LISTVIEW源码
具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码
- 2022-06-13 18:01:27下载
- 积分:1
-
Android 定义了两种常用的ProgressDialog进度对话框源码
本源码主要是演示在Android中使用ProgressDialog,定义了两种常用的ProgressDialog进度对话框,一种是长形进度条,这是最早时候的进度条,有点像windows 7风格,另外上一种是圆形的进度条,这种进度条风格在目前的智能手机中已普遍应用,本源码中演示了这两种进度条的外观设计方法以及数据绑定形成进度指示的方法,由线程来控制进度,同时显示加载的百分比。下面是相关的代码段供参考:
// 创建ProgressDialog对象
m_pDialog = new ProgressDialog(Activity01.this);
// 设置进度条风格,风格为长形
m_pDialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
// 设置ProgressDialog 标题
m_pDialog.setTitle("提示");
// 设置ProgressDialog 提示信息
m_pDialog.setMessage("这是一个长形对话框进度条");
// 设置ProgressDialog 标题图标
m_pDialog.setIcon(R.drawable.img2);
// 设置ProgressDialog 进度条进度
m_pDialog.setProgress(100);
// 设置ProgressDialog 的进度条是否不明确
m_pDialog.setIndeterminate(false);
// 设置ProgressDialog 是否可以按退回按键取消
m_pDialog.setCancelable(true);
// 让ProgressDialog显示
m_pDialog.show();
完整代码请下载源码。
- 2022-01-25 19:52:21下载
- 积分:1
-
qiangtandenglu
《抢滩登陆》属于即时360度全方位射击游戏,相对于同类游戏较为简单,但容量又大于普通的小游戏,玩法非常简单,很容易上手。游戏情节惊心动魄,游戏场景中变化多端的敌军、即时控制的动作都是吸引玩家的亮点。
20世纪60年代,战争的硝烟在整个欧洲大陆上弥漫,盟军在大陆上的作战陷入了胶着状态。为了牵制敌军的行动并最终取得决定性的胜利,玩家的使命就是:尽最大可能消耗敌人的入侵部队,阻止敌人的进攻。面对滩头上潮水一般涌来的敌人,唯一能依靠的就只有身后那门威力无比强大的海防炮台。
android游戏(Landing on a beach belonging to real-time 360-degree shooting game, it has a relatively simple compared to similar games, but the capacity is greater than the ordinary game play is very simple, very easy to use. The game plot thrilling, varied enemy in the game scene, real-time control actions are the highlights to attract players. 1960s, the war on the entire European continent, filled the air, the Allied forces fighting on the mainland into a stalemate. In order to pin down the enemy' s actions and ultimately to achieve a decisive victory, the player' s mission is: to the maximum extent possible consumption of the invading forces of the enemy, to prevent the enemy' s attack. The face of the enemy beachhead came flooding, only able to rely on only behind that door power of powerful coastal defense fort. android game)
- 2012-07-08 08:36:56下载
- 积分:1
-
手机和pc之间的UDP通信例程
android系统和win系统之间用udp通信。
包括:
1,android上的例程 eclipse 开发的。
2, pc上的例程 vs2013开发的。
用udp互相通信。
很好的入门例程。
- 2022-01-26 19:05:46下载
- 积分:1
-
自定义TextView
解决textView的换行问题
- 2021-03-13 18:19:24下载
- 积分:1
-
android 画板,
android,android源码,
- 2022-02-26 09:21:03下载
- 积分:1
-
Python - OBDII Simulator for Fun2Drive
Python OBDII 模拟器用于测试 Fun2Drive Android 应用程序
- 2023-06-01 06:00:03下载
- 积分:1