just curious, is Smack stuck using StAX / XMLPullParser because Android does not come with a SAX implementation? To my knowledge, SAX is more performant that StAX, but StAX is simpler to use...
↧
just curious, is Smack stuck using StAX / XMLPullParser because Android does not come with a SAX implementation? To my knowledge, SAX is more performant that StAX, but StAX is simpler to use...