I need to:
- Open a geotiff in my phone (android) {offline)
- Draw a point
- Get it's coordinates (X,Y)
- Fill in the data attributes (name of the point, ...)
- Put the data and the coordinates in my postgresql database
How can I do this or develop this ? (eclipse + android sdk + ?)
Thank you.