Hello mighty developers,
I am coding an android application to send a request to a taxi.
I've already got Android Maps API v2 setup and the map fragment is working fine.
I need to code a text field for the "From" address and another one for the "To" address
I need to be able to enter the address via text or post code and then the app will give me the option to choose the most accurate address from the choices, I also want to be able to retreive the current location of the mobile into the text field via GPS and via Network provider. Finally, I need to be able to fine tune the location chosen using a marker on the map fragment.
How on android earth can I do that ?
Im developing on Android API 8 Froyo btw as I need the app to be compatible with the most android phones possible.
Cheerio, all you cool coders
a lost developer