-
android 下不错的 播放器实例 SeeJoPlayer 附源码 带截图
android 下播放器实例 供学习和研究使用
- 2013-02-20下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
spydroid10.0开源摄像头项目
资源描述spydroid10.0开源摄像头项目,解决在5.0以上崩溃问题,测试发现MediaCodec编码效率低下,建议使用MediaRecorder录制。延迟在1-2秒之内,效率极高。我的是在此版本之上改的,借鉴此项目中一些代码,用于双向视频通话。
- 2022-09-10 20:30:07下载
- 积分:1
-
实现android相册网格和gallery功能 实例源码下载
实现android相册网格和gallery功能 实例源码下载
- 2015-03-17下载
- 积分:1
-
android监听网络连接状态
应用背景你是否见过android的app在断网的情况下打开之后不出现界面,
然后打开网络的时候还是不会出现界面,这就需要在activity中检测网络的连接状态,
这时候如果有网络你就可以做网络访问了,如果没有网络的话,就继续监听
一旦网络连接了,就会自动去加载你要联网的操作,
关键技术
此源码是检测网络状态是否连接,在activity创建的时候检查一遍是否有网络
- 2022-08-10 15:04:07下载
- 积分:1
-
基于android通过蓝牙对单片机采集的温度信息进行绘图并记录
记录温度变化曲线的android程序,单片机采集到温度信息通过蓝牙传输到手机,用到SQLite储存数据,mpchart描绘曲线
- 2022-03-25 10:47:57下载
- 积分:1
-
android sql
将android中的内容导入到android sql数据库中
- 2022-10-13 14:10:07下载
- 积分:1
-
仿饿了么源码
用apicloud模仿饿了么做的,这个APP页面比较简单,更多的是试用了APICloud的模块化开发,
滑动式的页面很容易就可以调用,还有定位时的baidulocation,都很方便,
其中有俩页面调用的是外链,所以确保联网了哈~
- 2023-03-30 22:50:04下载
- 积分:1
-
BroadCastReciever
广泛应用描述我们如何才能广泛的铸接收机投我们的消息。此应用程序显示自定义的意图和行动之间的关系。在此应用程序中描述了如何我们可以声明动态广泛铸接收机 androidmanifest.xml 文件中。
- 2022-02-21 02:06:30下载
- 积分:1
-
基于Android的天气预报APP(功能齐全)
主要功能有:七天天气折线图,城市列表,sharedpreference轻量级数据保存(按照个人需求,可以改成离线数据库),生活指数,语音播报,自动定位。。
- 2016-12-13下载
- 积分:1