I am trying to find a way to display a KML layout over a Google Map in my Android application. The KML file itself is hosted on Google App Engine (publicly accessible). I have seen many posts regarding manually parsing locally-stored KML files, but it isn't clear to me if this is something you only have to do if you are trying to display a local KML file. However, I have not seen any evidence of a different straight-forward way to display publicly available KML files. Google's KML support for Google Maps Mobile (https://developers.google.com/kml/documentation/mapsSupport#googlemapsformobile) seems to imply that displaying KML files directly in Google Maps is indeed supported.
Is there any way to display a publicly accessible (by public URL) KML layer file over a Google Map in Android without manually parsing the file???