1
vote
1answer
414 views
Android GPS cloud of confusion!
I am trying to design my first Android application with the use of GPS, my logic of thinking is to first make sure the GPS aspect of my application work. My application is a drawable button that when …
0
votes
3answers
306 views
DDMS won’t load (or doesn’t parse?) KML file
I can't get DDMS to load any KML files.
I have a KML file for example with the following in it:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
…
