I have a form that users need to fill out, it is sort of time consuming on a touchscreen keyboard, so I want to "autocomplete" suggestions based on some user input such as zipcode
Instead of the user entering their Address, City, State, Zip Code
the user can instead enter Address, Zip Code and get auto filled suggestions for city and state.
They can then edit those if they are incorrect, but many times it will be correct enough, especially for state.
How would this be done in Android with the smallest app footprint. I've seen that google has some kind of geocode API but I'm not sure if it is relevant to android
Any insight appreciated