different types of parsing
Posted
by
kostas_menu
on Stack Overflow
See other posts from Stack Overflow
or by kostas_menu
Published on 2010-12-26T00:35:21Z
Indexed on
2010/12/26
0:54 UTC
Read the original article
Hit count: 135
I have read the tutorial from ibm about xml parsing
(http://www.ibm.com/developerworks/opensource/library/x-android/)
In this example,there are four types of xml parsing.Dom,Sax,Android Sax and xml_pull.Could you please tell me what's the difference between these four types and when i have to use each one?
Also,with every way of xml parsing in this tutorial,the feeds are shown in a listView. What i have to do in order to appear every announcement in a btn for example?
thanks for your time!Merry Christmas:D
© Stack Overflow or respective owner