I have been looking at the twitter rss feed tutorial and the page on service modules but I just cant seem to wrap my head around the code enough to accomplish what im trying to do. Basically Im trying to create an app that saves the current location using using two text files...
I would like to show a notification on the users phone when ever the phone leaves a 75 yard radius of the recorded Long and Lat. Any help on how I can accomplish this would be much appreciated :sign0104:
B4X:
File.WriteString(File.DirInternal, "LAT.txt",location2.ConvertToMinutes(location2.Latitude))
File.WriteString(File.DirInternal, "LONG.txt",location2.ConvertToMinutes(location2.Longitude))
I would like to show a notification on the users phone when ever the phone leaves a 75 yard radius of the recorded Long and Lat. Any help on how I can accomplish this would be much appreciated :sign0104: