I am trying to implement the android developers Geofence sample as a background service in my application. I want to convert the GeoActivity to a service. How can I do that...Or is there any way to run this activity in background and having another activity running in the foreground??
the code is in: http://developer.android.com/training/location/geofencing.html