I am trying to fill areas of Seattle with pindrops that will provide information when pressed, but am trying to avoid hard coding each and every pindrop. I think it would be easiest to fill a database (SQLite) with the information and have a method that automatically converts the information into the pindrops, but I'd like to confirm this.
This is a super vague question, and I am just looking for someone to point me in a good direction as I have hit a wall. How should I be going about this? Would SQLite be the simplest solution? Is there an easier way? Thanks!!
I think a SQLite database wrapped with a ContentProvider would be your best bet. If the coordinates you (will) have are lat lon, it will be cake to just convert them into markers on a map. Also depends what map you're planning of using.
For Google Maps API it would be as simple as: