-
android 刮刮卡 例子源码下载
android 刮刮卡 例子源码下载
- 2014-12-01下载
- 积分:1
-
(高仿)今日头条 网易 新闻客户端 源码 完善版
已经是一个完整的客户端了,在将进一步优化完善后就和可以了。大体描述: 上次,已经完成了头部新闻分类栏目的拖动效果。 这篇文章是继续去完善APP 今日头条 这个新闻阅读器的其他功能。 这次所实现的功能清单: 1.通过SlidingMenu实现左右侧拉菜单效果 2.通过重写CompoundButton实现--昼夜模式切换按钮效果。 3.通过PopupWindow控件实现了列表中更多菜单弹框操作效果。 4.通过universal-image-loader库实现了图片的加载和缓存。 5.通过列表中各个属性的判断,实现了头条新闻列表的相应布局和显示效果。
- 2014-11-19下载
- 积分:1
-
商城Android项目源码仿淘宝安卓客户端源码
商城Android项目源码仿淘宝安卓客户端源码
- 2019-11-21下载
- 积分:1
-
android连接mysql数据库例子
android连接mysql数据库例子
- 2015-12-14下载
- 积分:1
-
小人时钟
类似网页小人时钟
- 2022-03-11 18:42:30下载
- 积分:1
-
Android视频录制
这几天需要搞一个Android视频通话功能,从最简单的视频录制开始,网上例子大多不完整。下面的示例参考过别人的代码,还是拿出来给需要的朋友分享下。
- 2022-06-17 01:54:31下载
- 积分:1
-
Android中 日期控件 DatePicker和TimePicker入门例子 附完整源码以及截图
实现了:当更改DatePicker和TimePicker的时候 自动更改EditText的值
- 2013-03-20下载
- 积分:1
-
基于android手机的蓝牙串口调试助手(源码)
基于android手机的蓝牙串口调试助手(源码)(Bluetooth Serial Port Debugging Assistant (Source Code) Based on Android Mobile Phone)
- 2019-02-08 08:47:05下载
- 积分:1
-
Android飞机游戏PlanGame源代码.rar
Android飞机游戏PlanGame源代码.rar
- 2022-01-25 14:31:14下载
- 积分: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