Android location aware notifications

前端 未结 2 410
长情又很酷
长情又很酷 2021-02-02 04:46

I\'m looking for best techniques for Location Aware notifications.

My first try was to use LocationManager\'s addProximityAlert but it requires ACCESS_FINE_LOCATION (COA

2条回答
  •  梦如初夏
    2021-02-02 05:06

    I am using the following library to do this. https://code.google.com/p/little-fluffy-location-library/

    It is easy to use but it doesn't give much flexibility. You cannot change the update frequency on-the-fly for instance. But its source is available, you can convert it.

提交回复
热议问题