-
android TextView、EditText和ImageView实例代码
android TextView、EditText和ImageView实例代码
- 2014-02-23下载
- 积分:1
-
android wheel demo 源码
wheel 入门级方法使用
- 2013-05-25下载
- 积分:1
-
helloworld
java android 入门之hello world(hello world)
- 2011-11-06 13:50:46下载
- 积分:1
-
RecyclerViewCompat
给recyclerview加上header和footer,扩展性良好;为recyclerview实现一个cursoradapter
- 2022-07-18 12:40:58下载
- 积分:1
-
Andriod_Calculator
Andriod版本下的简易计算器,可进行加减乘除、对数等数学基本运算(Under the android version of the simple calculator, can be, logarithmic mathematical basic operation for addition, subtraction, multiplication, and division)
- 2014-12-11 15:21: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
-
手机噪声监测
本程序是基于android系统的噪声监测程序,能实现手机的噪声监测,在真机上测试过。程序源码简洁,达到了预期的功能。
- 2023-08-22 03:50:03下载
- 积分:1
-
Android
安卓手机应用开发从入门到精通,非常好的入门学习书籍(Android mobile application development from entry to the master)
- 2013-12-16 21:07:34下载
- 积分:1
-
Android 的仪表板设计
这是在这个例子下的仪表板的设计让你在这个应用程序显示,这是移动应用
- 2022-06-21 23:20:21下载
- 积分:1
-
Android 系统计时器示例
AndroidTimer 示例是一个恒定期到执行时间任何过程披肩创建 bucle 的算法。
- 2022-03-02 06:56:11下载
- 积分:1