[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-10-18 Thread claudiotainen
I've found this app to convert .kml files into suitable ones. http://ge2adt.appspot.com/ Hope it helps, cheers On 18 Ott, 20:46, android wrote: > I do read the posts and put into a listview kml can you help me? > > On Sep 27, 11:27 pm, tarek attia wrote: > > > Thn you,,really very t

[android-developers] MapView handling KeyEvent.KEYCODE_DPAD_CENTER

2009-10-18 Thread claudiotainen
Hi, I have a CustMapView class which extends MapView and have added some custom overlays to it (derived from Overlay). I'm handling KEYCODE_DPAD_CENTER events so that if the marker of one Overlay is in the center of the map a menu is displayed; now, I'd like the event to be re-dispatched to my Cus

[android-developers] Re: Problem using ksoap2 in Android

2009-10-12 Thread claudiotainen
Same problem here: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT n...@1:0 in java.io.inputstreamrea...@4413ee) I wonder if you managed to solve it. If not, have you tried checking the xml soap request that is sent out of your client? I'm using androidHttpTr

[android-developers] Re: Problem using ksoap2 in Android

2009-10-12 Thread claudiotainen
Same problem here: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT n...@1:0 in java.io.inputstreamrea...@4413ee) I wonder if you managed to solve it. If not, have you tried checking the xml soap request that is sent out of your client? I'm using androidHttpTr

[android-developers] Re: Problem using ksoap2 in Android

2009-10-12 Thread claudiotainen
Hi, I've got exactly the same problem... I'm using ksoap2 and I do manage to call some methods of my ws, but the parser keeps popping the same error when it tries to process a specific soap message: W/System.err( 2313): org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT