Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I want to develop a web application/android app which has following functions.

  1. Runs OpenStreetMaps
  2. Creating Markers
  3. Changing colors of the markers
  4. Connecting all to a MySQL Database

Please let me know how can I proceed.

Thanks

share|improve this question

closed as too broad by Devdatta Tengshe, iant Feb 11 '14 at 13:00

There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question.

    
Hi, Welcome to GIS.SE! This question in it's current form is far too broad to answer. Can you narrow it down to specific problems that you are facing? –  Devdatta Tengshe Feb 11 '14 at 11:42
    
Check out mapsforge and osmdroid for rendering maps in android. They will also allow you to create markers and change their colors. If you want the database to be in android device itself you cannot use mysql, you will have to use sqlite. If your mysql database is on web you will have to make a web service to access the database and use HTTP post/get/put/delete in order to use the database. Hope this will help you get started and you can then narrow down your question. –  Nirab Pudasaini Feb 11 '14 at 13:16
    
continued from Nirab's comment See code.google.com/p/osmdroid –  Mapperz Feb 11 '14 at 18:21