-
AndroidTopicBankEx-master
项目可以运行,但数据部分没有完成。
外引的Jar包,Android Support V4这个Jar包是Android SDK里的包,在$AndroidSDKextrasandroidsupportv4文件夹里
添加这个包的引用,可以在SDK 1.6里使用SDK 2.2的一些特性和控件。
- 2022-03-06 23:43:24下载
- 积分:1
-
漂亮的时间选择器
一款封装好的类似iphone的时间选择器
- 2020-09-29 11:37:44下载
- 积分:1
-
Android加速度传感器源代码
用于蓝牙连接控制程序源代码,需要安卓4.3以上版本,测试连接稳定,可直接用来开发和测试,适用于手环等程序的开发,可直接获取数值,非常有价值!
- 2022-03-23 03:42:06下载
- 积分:1
-
IMDev-Android-master开源源码
支持原创
IMDev-Android-master
很不错的源码学习,大家可以通过学习一些简单的代码,让这个源码发挥更大的价值。
一起加油!!
- 2022-03-10 18:22:49下载
- 积分:1
-
Android源码:仿微信朋友圈发图片一次上传多张图片效果
Android源码:仿微信朋友圈发图片一次上传多张图片效果,可预览显示图片,可选择相册,手机上的图片选择和电脑端的有些区别,自从微信上使用了这种方式后,好像很多人都以微信为标准了,都在借鉴微信上传图片、选择图片的方式,毕竟真的挺好用,这个Android源码,同样是模仿的功能。
- 2022-02-15 11:46:01下载
- 积分:1
-
Android
- 2022-12-25 11:10:03下载
- 积分: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 系统信息的方法示例源码
这个Android小程序主要是用来获取Android系统信息的,获取android系统中的众多属性信息,最终运行效果如测试截图所示,比如获取android系统的移动网络配置、安装的系统应用、日历存储、媒体存储、外部存储设备、HTML查看程序、软件包权限帮助程序、证书安装程序、设置、系统界面和一体化位置信息等,虽然获取的内容比较多,但程序是比较简单的。
- 2022-05-17 15:51:49下载
- 积分:1
-
android-introduction-book
Android最基本组成介绍,浅显易懂的教材。(This is an android introduction book,which is easy to understand and learn.)
- 2015-12-12 13:52:43下载
- 积分:1
-
威视达康摄像头Android端Demo,支持Android5.0或以上
资源描述Android威视达康摄像头调用Demo,支持Android5.0或者以上。
- 2022-03-24 07:45:54下载
- 积分:1