-
Android 开发手电筒应用程序
今天我要去证明开发一个简单的 android 应用程序。此应用程序是打开和关闭设备手电筒 / 简单的触摸火炬。请注意这个应用程序针对移动设备只,不知道这个应用程序在平板设备的外观。
此应用程序包含不太复杂的设计。您可以设计使用像 photoshop 的图形编辑软件的应用程序。请在本教程中的来源代码文件夹中找到该应用程序的 PSD。我不涉及在设计应用程序,因为它不是本教程的一部分所涉及的步骤。
- 2022-03-04 06:52:30下载
- 积分:1
-
录h264裸流源代码
应用背景用在视频监控,车载产品上面,直接将视频流上传到服务器关键技术通过摄像头录制h264流视频,没有封装的裸流,在android上面测试过,android 4.4
- 2022-10-20 02:40:03下载
- 积分:1
-
使用Popwindow实现左侧弹出菜单层
PopupWindow可以实现浮层效果,主要方法有:可以自定义view,通过LayoutInflator方法;可以出现和退出时显示动画;可以指定显示位置等。
为了将PopupWindow的多个功能展现并力求用简单的代码实现,编写了一个点击按钮左侧弹出菜单的功能,实现出现和退出时显示动画效果并点击其他区域时弹出层自动消失
- 2022-06-30 01:52:18下载
- 积分: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
-
AccountSetupIncoming
Account Setup Incoming for Andriod.
- 2013-10-06 00:35:28下载
- 积分:1
-
漂亮的时间选择器
一款封装好的类似iphone的时间选择器
- 2020-09-29 11:37:44下载
- 积分:1
-
Android studio做一个计算器
使用androidstudio做一个计算器实现四则运算,
本程序请为Android手机开发的一个四则运算计算器,它能解析一个由“加减乘除”四种运算所构成的数学表达式,并计算出结果。支持运算符优先级;支持多重嵌套的括号
本程序存在两个核心类,CaculateEx.class和MainActivity.class,其中CaculateEx.class用来进行复杂的计算操作,而MainActivity.class用来进行界面展示和结果的展示。
- 2022-04-15 01:54:27下载
- 积分:1
-
android 自定义的seekbar
实现android的 seekbar的分段序列,能自动设置段落数,实现在多选的情况下舍弃RadioButton,自定义选项的作用
- 2022-04-30 02:24:05下载
- 积分:1
-
ptr2
类似sina微博的下拉刷新功能实现demo(Similar sina microblogging functionality to achieve the drop-down refresh demo)
- 2011-10-20 10:10:39下载
- 积分:1
-
sub54687654654
说明: This is program for substraction
- 2019-04-14 05:25:06下载
- 积分:1