-
pull解析xml
利用最简单的解析方式pull来解析xml文件
- 2013-07-31下载
- 积分:1
-
安卓选课系统源码(基于sqlite数据库)
Android Studio开发的选课系统,功能主要有有以下几项:学生注册;管理员、学生登录;学生选课信息管理(增删改查);管理员管理课程信息(增删改查)。
- 2020-06-11下载
- 积分:1
-
android 仪表盘/波浪形进度条控件以及示例源码
android 仪表盘/波浪形进度条控件以及示例源码
- 2018-08-23下载
- 积分:1
-
android 日历 例子源码
android 日历 例子源码
- 2014-09-15下载
- 积分: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 调用webservice(json),在listview上显示数据
android 调用webservice(json),在listview上显示数据
- 2014-08-26下载
- 积分:1
-
ScrollView上划悬停(浮在顶部)
当向上滑动的时候,始终让 《请输入》这个edittext 保持在顶部,如下图。。
- 2015-06-26下载
- 积分:1
-
android 简洁阅读器 实例源码下载
android 简洁阅读器 实例源码下载
- 2015-01-28下载
- 积分:1
-
A lightweight, well designed metronome app for Android
Metronome is a lightweight, well designed metronome app for Android focused on offering a consistent and usable design without limiting functionality.
- 2018-01-01下载
- 积分:1
-
android 蓝牙对战游戏实例源码下载
android 蓝牙对战游戏实例源码下载
- 2014-08-26下载
- 积分:1