Parse XML on BlackBerry
I need to have URL contents as String in blackberry. As you know blackberry开发者_如何学JAVA is not supported Java Native URL class. Please give me one more good example.
Read about SAX. It's a good friend. An example tutorial:
http://jsinghfoss.wordpress.com/2009/09/06/sax-parsing-revising/
精彩评论