Hi,
I'm currently developping an application to manage my pictures on an Android phone. I developped an algorithm to classify the pictures based on the geographical coordinates (latitude, longitude) of each photo.
To test my application on the android emulator in Eclipse, I manually imported a bunch of photos from my computer to the SDCard folder of the emulator.
Now I would like to add manually lattitude and longitude data to each photo, so that I can test my algorithm. I've been searching a lot but could't find any way to go through it..
Can anybody help me on this ?
Thanks in advance.