登录
首页 » Android » Android Proximity Alert 手机接近进警告或提示功能一例

Android Proximity Alert 手机接近进警告或提示功能一例

于 2023-05-01 发布 文件大小:16.61 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

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);

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 多图片上传android的实现代码 功能仿微信
    多图片上传android的实现代码 功能仿微信,是进入相册显示所有图片的界面,同时还有一个用于进行图片浏览时的界面和显示一个文件夹里面的所有图片的界面,这里要使用一个显示手机里的所有图片的列表控件,当手机里没有图片时,提示用户没有图片的控件,注册一个广播,这个广播主要是用于在GalleryActivity进行预览时,防止当所有图片都删除完后,再回到该页面时被取消选中的图片仍处于选中状态,同时创建了一些监听函数,用于监听返回按钮、预览按钮、完成按钮等。   看一看效果预览,你就会立刻明白本源码的功能了,是不是很熟悉的微信上传图片界面?
    2022-07-04 22:42:54下载
    积分:1
  • 类似(模拟)聊天工具
    资源描述类似Q的一个聊天工具实现方式,主要实现的是类似Q头像的处理,上传,更新等实现方式的源码,请想要的朋友下载,互相学习,交流,共同进步。
    2022-06-12 14:45:20下载
    积分:1
  • 接触回迁
    这是一个 android 的应用程序开发从 android 手机并将其显示在列表视图中 android 应用程序获取联系人。如果他们需要接触用户的移动,这将帮助其他应用程序。他们可以使用它为正在加载联系人和任务,如果他想要一些。
    2022-03-18 17:07:19下载
    积分:1
  • android 自定义Switch控件 例子源码下载(兼容低版本)
    兼容android低版本
    2015-04-15下载
    积分:1
  • Fragment消息的交互
    package com.fragment.demo3;import android.app.Fragment;import android.os.Bundle;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.widget.TextView;public class Fragment2 extends Fragment {private TextView text;@Overridepublic View onCreateView(LayoutInflater inflater, ViewGroup container,Bundle savedInstanceState) {View view = inflater.inflate(R.layout.fragment2, null);text = (TextView) view.findViewById(R.id.textView1);return view;}public void setText(String setText) {text.setText(setText);}}
    2015-10-25下载
    积分:1
  • NFCDemo
    安卓NFC读写M1卡,默认采用默认密钥读写M1卡所有扇区的数据并显示出来。(The android NFC reads and writes the M1 card by default using the default key to read and write the data for all sectors of the M1 card.)
    2020-07-03 04:00:01下载
    积分:1
  • GeolocationService
    Implements the Java side of GeolocationServiceAndroid.
    2014-01-06 11:58:07下载
    积分:1
  • SpeakMessageService
    安卓短信语音播报的应用。可以将接受的文字转化为语音,并且通过扬声器播报。(Android SMS voice broadcast applications. Accepted text can be converted to voice, and broadcasted through the speaker.)
    2020-09-23 14:07:49下载
    积分:1
  • ios 圆形进度条 GoalBarGoalBar源码下载
    ios 圆形进度条 GoalBarGoalBar源码下载
    2021-01-02 16:38:57下载
    积分:1
  • android蓝牙控制小车
    android控制irobot,代码很简单,不过没有涉及蓝牙搜索之类的,而是在程序上直接叫上蓝牙地址去找蓝牙的。不过真的很容易懂。
    2022-02-21 08:32:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载