Server side - what you suggest is good, php and mysql
device side - have your server return an xml feed with the addresses & any relevant information. Then just parse the feed and display the results in your app.
Small scale - use one xml feed
Large scale - use several small xml feeds and have a "Load More" button in your device application that will grab the next xml feed.
|