-
android textview 自动换行 例子
textview 自动换行
- 2014-09-16下载
- 积分: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
-
android Pdf Reader pdf阅读器 例子源码下载
android Pdf Reader pdf阅读器 例子源码下载
- 2014-10-30下载
- 积分:1
-
android h263硬编码rtp打包
说明:该android代码h263硬编码rtp打包发送服务器,pc端建立sdp文件用vlc播放1、服务器ip为192.168.1.62、android手机ip为192.168.1.17,在小米1s测试通过,像三星等手机不支持h263编码3、android端修改net.config包下的Config类的url4、pc端用已有的sdp文件播放,修改ip为手机ip
- 2015-12-07下载
- 积分:1
-
me.maxwin XListView 刷新下拉 实例源码
me.maxwin XListView 刷新下拉 实例源码
- 2014-07-17下载
- 积分:1
-
2000多个 android设计常用图标下载
2000多个 android设计常用图标下载
- 2015-08-04下载
- 积分:1
-
android 点赞+1效果 例子源码下载
android 点赞+1效果 例子源码下载
- 2015-03-05下载
- 积分:1
-
android 实现类似新闻app的导航栏 例子源码下载
android 实现类似新闻app的导航栏 例子源码下载
- 2015-04-22下载
- 积分:1
-
android wifi 搜索 连接 创建 等相关实例源码下载
android wifi 搜索 连接 创建 等相关实例源码下载
- 2014-08-27下载
- 积分:1
-
android 转盘中奖 实例源码下载(带声音的,效果不错,亲测通过)
android 转盘中奖 实例源码下载(带声音的,效果不错,亲测通过)
- 2014-05-23下载
- 积分:1