Nullpointerexception Proximity Alert
I am creating an application, which tracks the users location using GPS, stores the longitude and latitude in a SQLite database and adds proximity alerts. reference - http://www.ja
Solution 1:
the member locationManager is not initialized where you call saveProximityAlertPoint() or the initialisation of locationManager failed.
Post a Comment for "Nullpointerexception Proximity Alert"