I have converted my ESRI Polygon ShapeFile to an XML file.
I have my B4A program reading it correctly and putting it into an db file.
I build my lines based on the consecutive points belonging to a polygon. I want to display data. I have added a MapView to a panel but don't know to add the lines. I don't want or need any external data, i.e. network is turned off.
Does anyone have an example of showing the data? Is the MapView the right tool / library to use?