-
Tree
说明: android树形分级列表demo.java编写(Tree hierarchical list)
- 2019-02-21 10:16:16下载
- 积分:1
-
AndroidManifestParser
Checks that a class is valid and can be used in the Android Manifest.
- 2013-10-14 23:11:56下载
- 积分:1
-
specialEffects
android 的一些功能特效 很实用的。(android special effects)
- 2012-11-24 20:54:26下载
- 积分:1
-
Android 蓝牙4.0开发例子
Android上蓝牙4.0开发的例子,网上目前能找到的一点代码比较难懂,这个进行了简化,参照Android 的API说明很容易理解
- 2022-10-29 01:05:04下载
- 积分:1
-
androidupload
基于Java源码的Android上传文件小模块,运行于Android客户端,用户通过嵌入程序内的上传程序,实现文件上传,学会了本代码,不但可上传限制格式的文件,还可上传指定格式的图片、文件等,android upload程序源代码,与大家分享。(Java source code of the Android-based upload files small module, which runs on Android client, users by embedding within the program upload program, file upload, learn the code, not only upload limit format, specify the format can upload pictures, files, android upload source code, to share with you.)
- 2013-07-31 09:11:59下载
- 积分:1
-
安卓 HTTP
大多数网络连接的 Android 应用程序将使用 HTTP 来发送和接收数据。安卓系统包括两个 HTTP 客户端: HttpURLConnection 和 Apache HTTP 客户端。两者都支持 HTTPS 流上传和下载、 可配置的超时、 IPv6 和连接池。
- 2022-08-23 23:56:29下载
- 积分:1
-
android 银联支付例子源码下载
android 银联支付例子源码下载
- 2014-08-16下载
- 积分:1
-
linphoneDemo
开源libphone实现视频电话,与web实现互动,与其他设备间实现互动。支持arm,x86,mips价格的移动设备。有些设备呼叫失败,还需调试。
- 2022-03-22 12:59:01下载
- 积分:1
-
Android使用Dialog制作popWindow气泡提示框
这是一个Android使用Dialog制作popWindow气泡提示框的源代码例子,气泡提示是主动弹出,您可以通过此源码学习制作气泡view、气泡dialog、气泡显示内容的自定义,获取屏幕的宽和高,一些初始化代码:
//设置TextView宽度
tvKnow.setMinWidth(tmpWidth);
tvBubContent.setMaxWidth(tmpWidth);
//以指定的样式初始化dialog
bubbleAlert = new Dialog(this,R.style.bubble_dialog);
Window win = bubbleAlert.getWindow();//获取所在window
LayoutParams params = win.getAttributes();//获取LayoutParams
params.x = -(SCREEN_WIDTH/8);//设置x坐标
params.y = -tmpHeight;//设置y坐标
params.width = tmpWidth;
- 2023-06-24 03:20:03下载
- 积分:1
-
android_capture
基于android手机的远程视频监控系统
有安卓手机端和pc服务器端
可以通过网络将手机摄像头捕捉到的数据传送到pc端以图片显示(Andrews mobile terminal and PC server-side remote video surveillance system based on android phone through the network to the mobile phone camera to capture the data transfer to the pc end display pictures)
- 2013-03-27 18:00:04下载
- 积分:1