Dear Friends,
I am trying to save coordinates into google spreadsheet.
This blocks worked in emulator, unfortunately failed after I installed my app.
Maybe because of Play protect?
I also tried to upload then download my app from Amazon app store. Still, my app fails to save coordinates. The google spreadsheet only returns with latt = 1 and longt = 2.
Solution is adding location sensor on previous screen. Because the sensor needs time to get latt & longt. So those values could be sent on next screen.
I am using it in my all but I will call my app to read the latt and long whenever screen intialise with spinning progres. It will spin till I get co ordinates. If it gets spinning will stop and I will go for another operation.