How to display GPS coordinates

Asked

Viewed 791 times

0

Guys I’m new I’m attending Sistemas de Informação and has been proposed a work in which need to use a cellular hardware element.

I chose to make an application that displays the coordinates, I manually type the name of the location and then save a file txt inside the cell’s memory.

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

  • Raphael, I think your question is a little wide, as it goes from creating the application to recording the coordinates in a file, is that it? I suggest you target those questions, even to have something you have tried to do so that we can work on a specific question of yours, so it becomes clearer and targeted.

  • @Paul, you got it wrong. He wants to know what the basis is for developing the app with the functionality of picking up a location and saving your coordinate in a text file on your device’s system. And yes, the last part of the text lets you understand that he wants to know how to create the application.

2 answers

0

Hello! Here at that link i am teaching to create an App for Android, for what you want to learn, just read the lessons from 1 to 7.

As I haven’t finished the course, there’s something missing for what you want to learn, but after reading it will become easier to search how to use the Google Maps API for Android and other punctual questions, for example, how to persist data in an Android app (another link, now in PT).

0


In this book you will find example using GPS on Android (And is a book aimed at beginners on the platform, in my view): http://www.casadocodigo.com.br/pages/sumario-android

It also has the following links: http://www.thiengo.com.br/gps-triangulacao-de-antenas-e-locationsource-no-android http://blog.caelum.com.br/usando-o-google-maps-e-gps-no-android/

And the Google documentation: http://developer.android.com/guide/topics/location/index.html

And finally, on Androidstudio, in the File > Import Sample tab. You can import the example that the Android team made, which uses Location Google Apis features. The project name is: Xyztouristattractions Sample You can see details of it on Github as well: https://github.com/googlesamples/android-XYZTouristAttractions/

I hope I helped! Good luck!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.