-
BroadCastReciever
广泛应用描述我们如何才能广泛的铸接收机投我们的消息。此应用程序显示自定义的意图和行动之间的关系。在此应用程序中描述了如何我们可以声明动态广泛铸接收机 androidmanifest.xml 文件中。
- 2022-02-21 02:06:30下载
- 积分:1
-
android 各种常用对话框(dialog) 实例源码下载
android 各种常用对话框(dialog) 实例源码下载
- 2015-02-03下载
- 积分: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
-
高仿微信底部导航
思路比较简单:
1、首先在主布局中加入FragmentLayout
2、然后在Java代码中监听底部的按钮,当点击时,只需让FragmentLayout加载相应的Fragment即可
- 2022-08-05 15:41:56下载
- 积分:1
-
高仿微信服务器端和android客户端源码
高仿微信服务器端和android客户端源码
- 2015-06-06下载
- 积分:1
-
android 拍照实例源码(调用照相机)
android 拍照实例源码(调用照相机)
- 2014-12-23下载
- 积分:1
-
迷你网球
迷你网球游戏。由 Nguyen Thanh 平阳使用 Java 语言。这是非常简单和基本的。但这对学习游戏编程非常重要。
- 2023-04-01 16:20:04下载
- 积分:1
-
android相对布局和绝对布局的使用
andorid中相对布局和绝对布局是五大布局中常用的两种,其中相对布局是用于控制控件之间相对位置的,绝对布局是用于控制控件在屏幕中的绝对位置的,但是这种绝对布局的方式不建议使用,因为会造成不适应各种版本屏幕的情况。
- 2022-05-25 17:19:42下载
- 积分:1
-
android 高仿网易新闻客户端主界面UI效果 示例源码(侧滑SlidingMenu+ViewPager+Fragment)
android 高仿网易新闻客户端主界面UI效果 示例源码(侧滑SlidingMenu+ViewPager+Fragment)
- 2013-10-23下载
- 积分:1
-
安卓电子商务项目
资源描述该项目属于电子商务方面的应用,类是于淘宝软件,非常好用实现了整个电商C2C的运营模式,其中有购物车,登入和注册功能,还有商家后台操作,对于学习和模拟电子商务网站实际操作有很大的帮助
- 2022-05-22 23:24:07下载
- 积分:1