-
android 猜扑克 洗牌小游戏 实例 附完整源码下载
android 猜扑克牌游戏 猜中有鼓励 供大家学习哦
- 2013-03-16下载
- 积分:1
-
android 获取联系人信息 例子源码下载
android手机的通讯录联系人全部都存在系统的数据库中,如果须要获得通讯里联系人的信息就须要访问系统的数据库,才能将信息拿出来。 这一篇文章我主要带领同学们熟悉Android的通讯录机制。
- 2015-04-14下载
- 积分:1
-
自定义带有删除功能的edittext实例,在登录,搜索等地方经常用到可以直接用 android 实例
自定义带有删除功能的edittext实例,在登录,搜索等地方经常用到可以直接用 android 实例
- 2014-08-22下载
- 积分:1
-
仿电商前台系统
【实例简介】仿电商前台系统
:若有疑问,可以先访问服务器中的半成品项目:http://121.40.92.4:8080/MI_Front/ ;因为后面还完善了购物车,订单等功能,没有部署到服务器,初始账号:123456;密码:123
- 2021-12-06 00:38:59下载
- 积分:1
-
android 人脸识别实例源码下载
android 人脸识别实例源码下载
- 2014-09-06下载
- 积分: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 用Http请求网页源代码(get/post形式均已实现)【有截图附完整源码】
android 用Http请求网页源代码(get/post形式均已实现)【有截图附完整源码】
- 2013-03-02下载
- 积分:1
-
android 仿微信录音+播放 例子源码下载(语音对讲)
仿微信语音对讲,压缩包中包含3个语音相关的例子,具体如下:
- 2015-03-26下载
- 积分:1
-
Google手机开发实例教程源码(含android开发环境安装)
包含了android开发环境安装的详细说明文档以及 入门级别的一些常用实例,非常适合新手
- 2015-03-12下载
- 积分:1
-
Android 实现Iphone样式的AlertDialog 实例源码下载
Android 实现Iphone样式的AlertDialog 实例源码下载
- 2014-08-21下载
- 积分:1