-
android Intent传值实例 附截图和源码
android Intent 参数传值实例
- 2013-03-28下载
- 积分:1
-
FS-JTAG-
上传配置FS-JTAG 调试工具,没有密码。(setting FS-JTAG debug tools)
- 2016-04-21 21:45:21下载
- 积分:1
-
Android局域网音频通信程序(AudioRecord采集)
Android局域网音频通信程序(AudioRecord采集,AudioTrack播放)Android局域网音频通信程序,利用AudioRecord采集,AudioTrack播放。
- 2015-02-17下载
- 积分:1
-
Slide
一个效果非常不错的自定义抽屉。非常实用。(a very pratical custom sliding drawer)
- 2013-04-27 11:29:05下载
- 积分:1
-
telecapoland-jamendo-android-9664e97
Android 手机应用 MP3源码,可直接下到手机应用。(For Android.)
- 2011-10-10 19:23:55下载
- 积分:1
-
H264Android
android H264编解码源程序,包含本地代码!(android H264 codec source code contains the local code!)
- 2013-04-03 21:10:24下载
- 积分:1
-
fazfvbEA
MT4 EURUSD EA 1分钟可用(MT4 EURUSD EA 1 Fenzhong available)
- 2016-03-17 10:18:13下载
- 积分:1
-
ItemManager
某些情况下,设备的存储区中只能存储16进制数据。此事将汉字存储到该存储区,以及从该存储区取出16进制数据之后,如何显出成汉字,有点麻烦。本代码解决了这个问题。本代码在安卓4.0环境下测试成功。(In some cases, the storage area of the device can store data in hexadecimal. After this the characters stored in the storage area, as well as remove the hex data the storage area, showing how to form characters, a little trouble. This code solves this problem. The code is tested successfully at Andrews 4.0 environment.)
- 2015-09-05 14:43:19下载
- 积分: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 开启指定名称和密码的 Wifi热点 实例源码下载
Android 开启指定名称和密码的 Wifi热点 实例源码下载
- 2014-08-26下载
- 积分:1