October 2018
Intermediate to advanced
464 pages
15h 17m
English
We won't need a layout for this recipe as we'll use Toasts and Notifications for the user interaction. We will need to create an additional Java class for IntentService, which handles the Geofence alerts. Open the Android Manifest and follow these steps:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
implementation 'com.google.android.gms:play-services:12.0.1'
public class GeofenceIntentService extends IntentService {