I have a camera class that holds a picture of the camera using SurfaceHolder and so on. I enter the above SurfaceView TextView. and that I wanted to ask is how can I update the text in TextView with latitude and longitude values I get from GPS?
where I put coding to get the current position and updates the position
I have a camera class that holds a picture of the camera using SurfaceHolder
Share
Do the below changes to your code and try.
In manifest file you have to use permissions as below
I hope you understand and it help you.