-
Android实现表单上传文件
Android的HttpURLConnections等并不能直接实现表单形式上传文件,必须另类实现。注册时一般是先利用表单上传头像图片得到头像在服务器的地址,再将得到的地址和其它注册信息提交。
- 2022-10-22 16:35:03下载
- 积分:1
-
Android图片浏览器
Android图片浏览器,可以分享图片、浏览图片、剪切图片,做的比较粗糙,没有太深奥的东西
- 2022-04-01 18:31:03下载
- 积分:1
-
Android Proximity Alert 手机接近进警告或提示功能一例
Android Proximity Alert 手机接近进警告或提示功能一例
LocationManager lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE);
//定义接近区域的大致经度、纬度
double longitude = 113.39;
double latitude = 23.13;
//定义接近区域的半径(5公里)
float radius = 5000;
//定义接近区域后 触发的PendingIntent
Intent intent = new Intent(this,ProximityAlertReciever.class);
PendingIntent pi = PendingIntent.getBroadcast(this, -1, intent, 0);
//添加接近警告
lm.addProximityAlert(latitude, longitude, radius, -1, pi);
- 2023-05-01 11:35:03下载
- 积分:1
-
消息 Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
- 2022-03-19 03:11:41下载
- 积分:1
-
Zxing.net实现Android相机扫描图片二维码
通过调用相机实现相机拍照,返回拍照结果读取二维码
- 2022-02-07 12:58:32下载
- 积分:1
-
SplashActivity
简介高效安卓功能开发:自动更新提醒
简介高效安卓功能开发:自动更新提醒(Simple and efficient development of Android features: automatic update reminders)
- 2015-12-05 16:33:18下载
- 积分:1
-
Android实现siri
使用android实现的苹果siri。Siri是苹果公司在其产品iPhone4S,iPad 3及以上版本手机上应用的一项语音控制功能。Siri可以令iPhone4S及以上手机(iPad 3以上平板)变身为一台智能化机器人,利用Siri用户可以通过手机读短信、介绍餐厅、询问天气、语音设置闹钟等。Siri可以支持自然语言输入,并且可以调用系统自带的天气预报、日程安排、搜索资料等应用,还能够不断学习新的声音和语调,提供对话式的应答。
- 2022-05-09 08:01:13下载
- 积分:1
-
后台模板
后台模板
- 2015-04-22下载
- 积分:1
-
android wheel demo 源码
wheel 入门级方法使用
- 2013-05-25下载
- 积分:1
-
android wifi设置静态ip 实例源码下载
android wifi设置静态ip 实例源码下载
- 2014-08-29下载
- 积分:1