-
android 视频聊天源代码(wifi)
android 视频聊天源代码(wifi)
- 2014-08-22下载
- 积分:1
-
Android Augmented Reality(增强现实) 源码with AndAR引擎 + Markers
Android Augmented Reality(增强现实) 目前是当下的一个热点,但该领域还远没有发展完善,应该还算比较初期,
大公司还没有真正进入,未来一定会有很多创新机会,以及相应的商机。上传的源代码,我认为是一个较为完整的AR
实现(不包括AR引擎的NDK部分),可以作为有志者的一个起点。
- 2022-03-09 21:07:18下载
- 积分: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
-
android volley简单使用 示例代码
android volley简单使用 示例代码
- 2015-04-22下载
- 积分:1
-
android TextView、EditText和ImageView实例代码
android TextView、EditText和ImageView实例代码
- 2014-02-23下载
- 积分:1
-
07208381Mms
android 开发平台上的彩信开发源码,用于MMS开发(MMS android open source development platform for the development of MMS)
- 2016-03-21 17:30:48下载
- 积分:1
-
Rss-Reader
android开发基于java开发,现在android开发很火.提供公司培训资料,Rss阅读器(java-based development android development, android development now is the fire, providing corporate training materials, Rss Reader)
- 2012-02-02 11:59:40下载
- 积分:1
-
OneNet-iot资料
【实例简介】
目录
开发板简介 ............................................................................................................................................ 1
外设资源 ................................................................................................................................................ 1
硬件接口定义 ........................................................................................................................................ 2
M5310 介绍............................................................................................................................................ 3
配件清单 ................................................................................................................................................ 4
硬件原理图 ............................................................................................................................................ 4
硬件接线图 ............................................................................................................................................ 4
参考资料 ................................................................................................................................................ 5
- 2021-08-05 00:30:56下载
- 积分:1
-
OpenCV火焰检测识别 示例源码
OpenCV火焰检测识别 示例源码
- 2019-03-08下载
- 积分:1
-
安卓蓝牙打印机程序
经过测试可用的安卓蓝牙打印程序,可连接世面上常见的蓝牙打印机(非热敏),源码结构清晰可用,非常具有参考价值。
- 2022-09-04 00:20:03下载
- 积分:1