I am a .net developer trying to learn Android. I am trying to develop a mobile application using any Android simulator from a Windows desktop.
-
Can you please suggest such an Android simulator for windows 7 desktop?
-
Is it possible to read EXIF data from webcam? Or what should be the device used for capturing the coordinates as and when the photo is taken?
-
Can we sent the photo along with the geocordinate to a server application in the same system?
-
What should be the characteristics of the server app? A web service would be a good bet for the server application?
-
Is there a book that demonstrate this kind of an approach in detail?
Note: Please consider this as a programming question since I am trying to do programming with Android for reading EXIF data.
READINGS:
You can embed EXIF data / set it when taking the picture before sending it to a remote server for processing. When posting / sending the data to a remote system, you could send the location data seperate, or leave it as attributes as part of the EXIF data.
Write/Geotag JPEGs (EXIF data) in Android
From reading the above, my assumption would be that the following would work:
More information specific to Android: How to save GPS coordinates in exif data on Android?
Finally: Read EXIF information in a JPEG file, ExifInterface which has examples