I'm building an app to "store" the latitude and longitude in Android. I've been through various posts as to how to retrieve location using Location Manager. But I couldn't really figure out how to store the latitude and longitude on the device or on the server.
Following is the screenshot of the app-activity which is one of the several screens in this survey app.
So, when/after I enter the address (full address with city/district name) in the edittext field, I call the Location Manager. But how do I store the retrieved latitude and longitude in the provided edittext fields?
Any help would be highly appreciated. Thanks in advance.