-
Android 事件监听方法的创建和具体实现
本Android源码演示事件监听方法的创建和具体实现,演示程序中,用户点击不同的按钮,演示具体的事件监听功能:
public void onClick(View v) {//实现事件监听方法
if(v == buttons[0]){//按下第一个按钮时
textView.setText("您按下了"+((Button)v).getText()+",此时是分开处理的!");
}
else{//按下其他按钮时
textView.setText("您按下了" + ((Button)v).getText());
}
}
- 2022-02-15 22:04:03下载
- 积分:1
-
精通AndroidStudio从入门到精通
Android Studio 新手入门必备的介绍。(Android Studio novice introduction essential.)
- 2017-11-05 00:41:20下载
- 积分:1
-
imiFirewall
手机安全防火墙源码是一套比较全面的安卓手机安全方面的源码,总结起来就是三大防火墙电话防火墙、短信防火墙和网络防火墙和一些零碎的小工具。网络防火墙有流量预警功能,可以设置2G3G和wifi的数据流量和显示流量统计。小工具有android的命令行工具,测试了一下可以使用一些简单的liunx命令。还有一个超级终端功能。任务管理器可以结束进程和查看进程的通话防火墙支持通话黑白名单,可以选择电话被拒接以后的回复语、短信防火墙跟电话防火墙功能差不多。(Mobile security firewall source code is a more comprehensive Android mobile phone safety aspects of the source code, to sum up is three firewall phone firewall, SMS firewall and network firewall and some fragmentary gadget. Network firewall has traffic warning function, you can set the 2G3G and WiFi data flow and display traffic statistics. As a command line tool with Android, you can use some simple liunx command test. There is also a super terminal function. Task manager to end of the process and check process call firewall support call black and white list, can choose the telephone was refused to reply, SMS firewall with phone firewall functions in a similar way.)
- 2016-07-21 11:41:57下载
- 积分:1
-
android 线性布局新手入门例子
android 线性布局新手入门例子
- 2015-03-19下载
- 积分:1
-
android 手势密码解锁 九宫格解锁实现源码下载
九宫格解锁实现,附完整源码
- 2013-07-21下载
- 积分:1
-
Android项目源码高仿斗鱼TV项目包含弹幕
本项目是一个基于安卓的高仿斗鱼项目源码,直播源是直接使用Charles抓的斗鱼的接口。开发工具使用的是AndroidStudio2.2,SDK版本25,JDK版本18,项目架构采用MVP模式,网络框架使用 Retorfit2.0+RxJava1.0,使用Vitamio作为直播流媒体播放器,并且有弹幕功能和手势控制,javaapk之前也发过类似项目,在javaapk.com搜索“直播”就可以找到。项目git地址https://github.com/TeamCodeForGit/DouYu
- 2022-03-18 02:38:14下载
- 积分:1
-
滑块拼图
资源描述
滑块拼图
单机小游戏。
一、功能:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-22 03:43:30下载
- 积分:1
-
LumaQQME
Android系统中的LumaQQ源代码,比较详细的源代码,已经在Android系统中使用了,比较权威专业的源代码。(The Android system in the LumaQQ of source code, source code, has been used in the Android system, the source code of the authoritative professional.)
- 2013-04-11 18:35:36下载
- 积分:1
-
Open Lights
这个程序是开源的。
- 2022-03-20 13:43:36下载
- 积分:1
-
视频监控相关源码
视频监控相关源码
- 2014-09-22下载
- 积分:1