-
wm831x-spi
SPI access for Wolfson WM831x PMICs
- 2013-04-02 17:39:17下载
- 积分:1
-
Tree
说明: android树形分级列表demo.java编写(Tree hierarchical list)
- 2019-02-21 10:16:16下载
- 积分:1
-
LazyList-master
Android Lazy LIST sAMPLE cODE
- 2013-07-13 03:23:17下载
- 积分:1
-
android
基于java基础的安卓部分的学习和代码,全部在压缩文件内(english version)
- 2013-09-11 21:13:27下载
- 积分:1
-
七彩云浏览器
一款可以看全网vip电影电视剧的软件,绝对可用,破解全网各大平台VIP。(buhuiyingwensuoyiluanxiede)
- 2020-06-19 17:40:02下载
- 积分:1
-
foursquared
foursquared android 客户端源码,以前下载的,现在都不能下了,想看的童鞋们可以看看,代码写的没法说。(foursquared android client source code, previously downloaded, now can not come, and want to see the children s shoes can see, the code can not write that.)
- 2011-12-07 21:14:43下载
- 积分:1
-
jidianqi
程序是用stm32输出来的信号来控制继电器的开通与否,继而来控制电机的状态(Program is with stm32 output signal to control the opening of relay or not, and then to control the state of the motor
)
- 2013-09-11 14:23:27下载
- 积分:1
-
Android_hotfix
阿里巴巴出品的,安卓移动端,热修复技术文档(Alibaba published , Android Mobile, Hot Repair Technical Documents)
- 2020-06-22 22:20: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-application-development
本文详细在介绍了Android开发环境搭建的基础上,详述了Android应用程序的框架,UI系统的实现,以及2D,3D接口的控制和使用,是Android应用开发入门的经典教程。(This paper introduces in detail in the Android development environment to build, based on the details of the Android application framework, UI system implementation, as well as 2D, 3D interface to control and use, is a classic Android Application Development Tutorial.)
- 2013-08-03 10:25:49下载
- 积分:1