[android-developers] Re: KXML and Android

2009-09-12 Thread Lance Nanek
I see a generic XML Pull Parser in the public APIs. Is that good enough? For example, copying the XML Pull Parser example out of this reference page, putting it into an Activity subclass, and tweaking the exception handling and output method seems to work fine for me: http://developer.android.com

[android-developers] Re: KXML and Android

2009-09-12 Thread JavaNut
I did some more searching. The KXML classes are in dalvik/libcore, and they are not in android.jar, and thus they are not visible to me as an app developer. Of course they are used internally for various things. Is there some way to use classes in libcore? Or are those separated, and I shouldn