How to show marker polyline in android based on getting data from mysql database ?
I am not sure if I got what u want but if you are trying to draw the polylines on a map (google maps?) these would be the steps:
- Connect to a database from your app and retrieve the line coordinates
- Draw the line on the map based on the coordinates.
Roughly that.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.