-
ActivityForResult
Android. ActivityForResult的用法.(Android. ActivityForResult.)
- 2012-01-08 15:10:48下载
- 积分:1
-
发送短信应用程序
发送短信应用程序描述你如何在安卓系统发送短信。在此应用程序中,你会知道两种方法来发送短信 1) 由意图 2) 由 SMS 管理器中。
- 2022-02-11 19:44:50下载
- 积分:1
-
显示一张图片
显示一张图片,具体要更改src和添加资源文件,首先得熟悉android模拟器avd的运行,还得了解Activity的生命周期,另外了解如何加载布局,设计布局。了解其中的控件的使用和属性设置。虽然看似很简单,但是第一次做的话,可能会遇到各种问题,需要耐心点
- 2022-03-13 13:06:18下载
- 积分:1
-
CH06
android开发的一些例子很好用的非常好用真的好用哦(Some examples of good android developer with a very handy and easy to use Oh really)
- 2013-08-27 09:25:35下载
- 积分:1
-
Android
Android 开发资料,包括所有的Android 开发API(Android api develop)
- 2015-10-06 19:41:13下载
- 积分: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
-
Scroll
这个源码是一个简单的andorid跑马灯滚动效果,可以运行(This source is a simple andorid Marquee scrolling effect, you can run)
- 2012-07-25 09:28:05下载
- 积分:1
-
这个项目是一个签署文件,主要是针对个人工作人员进行户外…
本项目是已签名的文件,主要为个人为户外探险人员及旅游人员研发的,线路跟踪。可对自己线跟进行跟踪并记录;GPS定位;地址位置查询;后期版本将会导出在手绘地图,为户外探险人员提供良好的线路记录。-This project is a signed document, made primarily for personal staff for outdoor adventure and travel personnel R & D, the line tracking. Can carry out their own line with the track and recorded GPS positioning address location query later version will be exported in the hand-drawn maps for outdoor adventure provides a good line record.
- 2022-06-27 17:59:44下载
- 积分:1
-
MediaRecordDemo
基于 Android 的简单的声音录音程序(a simple Media Record Demo Based on Android)
- 2014-06-19 11:08:54下载
- 积分:1
-
小demo
简单的Android 控件的使用以及适配器等的使用,方便快捷。
- 2022-06-30 09:26:20下载
- 积分:1