Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 707 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 707 Bytes

GeoFence

This demo project completed at fall of 2021

This projects aims to determine user in geofence zone or not. According to user position app can able to show notification.

in_geofence.mp4
changing_geofence.mp4

What Can I Learn From This Project

  • Understand the basic implementation of Google Maps.
  • Show notification based on condition.
  • Geofence, SphericalUtil, SingleLiveEvent, Geocoder, FusedLocationProviderClient and much more :)

Libraries

  • Google Maps
  • ViewModel, LiveData
  • Android Maps Utils