-
ch04_menu
android的菜单功能。主要包括菜单项的添加于布局;(android menus. Includes menu items added to the layout )
- 2010-10-13 18:16:28下载
- 积分:1
-
仿美拍的图片处理标签贴纸功能的完美实现
使用美拍的sdk实现仿微信滤镜效果设计的坷拉三季稻卢卡斯就得啦空间立刻决定啦开始就得离开洒家立刻睡觉啦都快结束啦快到家啦开始觉得 老是卡掉了卡视角;来到喀山利空打击ask了解到
- 2023-08-13 21:40:05下载
- 积分:1
-
还在犹豫中午吃什么饭? 让小管家帮你解决!
还在犹豫中午吃什么饭? 让小管家帮你解决!
- 2022-03-18 01:20:58下载
- 积分:1
-
android selector例子(normal/pressed/focused/disabled状态)
android selector例子(normal/pressed/focused/disabled状态)
- 2015-06-12下载
- 积分:1
-
Android 小例子:获取系统信息+文件浏览器
Android 小例子:获取系统信息+文件浏览器,可以实现以下功能:文件系统,文件浏览器,操作系统版本,读取/proc/version信息,系统信息,手机设备的系统信息,运营商信息,手机网络的运营商信息、正在运行的后台服务,正在运行的任务,正在运行的进程,运营商及其系统信息,CPU,硬盘,内存等硬件信息,已经安装的软件信息,运行时的信息,获取硬盘信息,获取网络信息,获取显示屏信息等。
- 2022-01-25 15:22:14下载
- 积分:1
-
使用Gson快速解析json数据
资源描述当你还在为复杂是json数据解析烦恼时,是否想找一个快速、简单解析json数据的方法呢?那么现在就带你一起来看看如何做到的吧。
- 2022-05-16 13:40:52下载
- 积分: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
-
Android 简单播放歌曲功能演示
Android 简单播放歌曲功能演示,播放本地音乐,非网络播放,可播放、暂停,运行效果如截图所示,在编写时,要注意以下代码:
int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停
ImageButton start;//播放、暂停按钮
ImageButton stop;//停止按钮
ActivityReceiver activityReceiver;
int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停
public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法
super.onCreate(savedInstanceState);
setContentView(R.layout.main);//设置当前的用户界面
start = (ImageButton) this.findViewById(R.id.start);//得到start的引用
stop = (ImageButton) this.findViewById(R.id.stop);//得到stop按钮的引用
start.setOnClickListener(this);//为按钮添加监听
stop.setOnClickListener(this);//为按钮添加监听
activityReceiver = new ActivityReceiver();//创建BroadcastReceiver
IntentFilter filter = new IntentFilter();//创建IntentFilter过滤器
filter.addAction("wyf.ytl.update");//添加Action
registerReceiver(activityReceiver, filter);//注册监听
Intent intent = new Intent(this, MyService.class);//创建Intent
startService(intent);//启动后台Service
}
- 2023-08-23 12:30:03下载
- 积分:1
-
二维码制作
通过开源的zx,来制作自己的二维码,实现自定义二维码和自定义扫描器,其中包含了扫描decode和encode,通过这个demon,改写自己的二维码
- 2022-06-03 01:34:40下载
- 积分:1
-
安卓平台实现zip的解压源码
完整的zip解压实现,可以直接运行,本人亲测,速度还可以的,此提供仅为互相交流和学习,
- 2023-04-05 03:50:04下载
- 积分:1