-
滑动菜单与片段
你好所有的这个项目是结合使用 android 应用程序片段的滑动菜单的初始屏幕,您可以使用您的编码是已经更改时代码片段,如果不是你太自以为是了别用这个,因为活动并非支持片段。
- 2022-10-26 23:00:03下载
- 积分:1
-
androidʵ
- 2022-03-31 14:41:01下载
- 积分: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
-
简单音乐播放器demo
超简单的播放器,超简单的播放器,这个也是根据别人的代码修改的一个播放器,学习之用,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器,超简单的播放器
- 2022-05-29 08:45:12下载
- 积分:1
-
安卓解析服务端XML、JSON数据
Android解析服务端XML、JSON数据,代码很完整,可直接运行,适合初学者学习,欢迎大家多多支持
- 2022-01-25 19:47:12下载
- 积分:1
-
华大USB HID例程
【实例简介】HC32F460的USB例程
- 2021-06-24 00:31:20下载
- 积分:1
-
android 下拉刷新,上拉加载,完美框架
PullToRefreshDemo下拉刷新,上拉加载
- 2014-10-11下载
- 积分:1
-
很炫的页面头部动画展示
应用背景有页面动画展示需求的app,以及对展示的效果有需求的app关键技术继承ImageView,使用paint和canvas绘制控件ui,自定义动画效果
- 2023-03-07 22:50:03下载
- 积分:1
-
android 手机订餐系统
android手机越来越普遍,手机订餐系统能够帮助商家及顾客很方便的进行点菜,结算。源码中分为点菜,结算,菜单展示等几部分进行。
- 2022-03-17 15:53:49下载
- 积分:1
-
android 实现类似新闻app的导航栏 例子源码下载
android 实现类似新闻app的导航栏 例子源码下载
- 2015-04-22下载
- 积分:1