I am fairly new to Android, but have some experience reading and
understanding code, including Java.
My question is: If I want to parse a URL such as a calender from a web
page, how do I go about this?
My thoughts: To pull the XML, do I use text?
i.e.:
try {
URL text = new URL( http:// and here is where I am not sure what to
have. The script below is the source for the calender in the XML of
the website
<script type="text/javascript"
src="9278a6f3de5f9e54f2aeeb74ac1f0a7eembedcompiled__en.js"></script>)
Do I then follow with XmlPullParserFactgory parserCreator =
XmlPullParserFactory.newInstance();
XmlPullParser parser = parserCreator.newPullParser();
parser.setInput(text.openStream(), null); Do I still use an open
stream here?
rest of code.......
Thanks in advance for the help and insoght
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en