-
android4.3 蓝牙4.0 demo
android系统必须为4.3以上,手机支持蓝牙4.0,该项目已实行了蓝牙设备搜索,配对,连接,发现服务及特征值,断开连接等功能,参考官网地址:http://developer.android.com/guide/topics/connectivity/bluetooth-le.html
- 2022-06-14 16:02:40下载
- 积分:1
-
android nfc EasyTagWrite示例源码下载
android nfc EasyTagWrite示例源码下载
- 2014-03-20下载
- 积分: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
-
SimpleReader-second
安卓聚合阅读器源码是一套基于安卓的RSS阅读器项目源码。内置三张壁纸,换肤功能。项目已经内置了很多RSS源,并且进行了分类。显示模式有白天、夜间两种显示模式。项目文章显示使用的自定义字体,项目本身内置收藏和分享功能,可以分享到QQ空间、新浪微博、腾讯微博、人人和豆瓣。只是暂时不能自定义添加RSS源,相关功能模块正在开发中。(Android aggregation reader source is a set of Android based RSS reader project source. Three built-in wallpaper, skin function. Project has built a lot of RSS source, and carried out a classification. Display mode has two kinds of display modes during the day and night. Project articles show that the use of custom fonts, the project itself in the collection and sharing functions, you can share to QQ space, micro-blog Sina, Tencent micro-blog, everyone and broad bean. Just temporarily can not be customized to add RSS source, the relevant functional modules are being developed.)
- 2016-07-08 13:17:51下载
- 积分:1
-
android 手机上调用插件打开网页 示例代码
手机上调用插件打开网页
- 2015-03-13下载
- 积分:1
-
SeekBarTest
android开发 控件 seekbar的样例程序。(android seekbar样例。)
- 2012-04-22 13:28:41下载
- 积分:1
-
Android电话录音监听
基于安卓的通话监听例子源码,可以实现简单的通话录音,下面是简单的实现步骤。
1.首先新建一个SystemService继承Service
2.拿到TelephoneManager的实例,调用它的listen方法。
3.电话有很多种状态,在不同的状态下写你自己的事件(后面代码注释很详细)
4.实例化一个录音机,当通话状态时,开始录用,通话状态结束时,把音频文件在后台上传到服务器,实例化录用代码注释很详细。
- 2022-01-25 17:56:19下载
- 积分:1
-
Android 的闪屏
An 安卓应用程序需要一些时间到启动起来,特别是当应用程序首次启动的设备上。
- 2023-01-15 17:25:04下载
- 积分:1
-
Android 刻度尺
Android 刻度尺
- 2022-02-14 22:09:10下载
- 积分:1
-
Android USB转串口源码
Android USB转串口功能。代码完整可用。
- 2022-06-18 11:23:35下载
- 积分:1