How to display the GPS coordinates [closed]

0

I'm a newcomer, I'm working on Sistemas de Informação and a job has been proposed in which I need to use a hardware element in my cell phone.

I have chosen to make an application that displays the coordinates, I manually type the location name and then save a txt file into the phone memory.

I would like tips: books, websites, manuals or documentation to develop this app in Android Studio .

    
asked by anonymous 18.03.2015 / 00:42

2 answers

0

In this book you will find an example using GPS on Android (And it's a book that is aimed at the platform beginners, in my point of view): link

You also have the following links: link link

And the Google documentation: link

And finally, in AndroidStudio, on the File > Import Sample. You can import the example that the Android team made, which uses Google's Location APIs. The name of the project is: XYZTouristAttractions Sample You can see details of it on GitHub too: link

I hope I have helped! Good luck!

    
15.04.2015 / 17:08
0

Hello! Here on this link I'm teaching you how to create an Android Application, for what you want to learn, just read the classrooms from 1 to 7.

As I have not finished the course yet, there is something missing for what you want to learn, but after reading it, it will be easier to search for how to use "Official Documentation"> Google Maps API for Android and other occasional queries, for example, how to persist data in an Android app ( other link , now in PT).

    
27.08.2015 / 09:21