Re: [android-developers] Parsing data from a calender on a website

2011-04-07 Thread lbendlin
The javascript will only have the calendar logic. The actual data will be generated on the fly in the browser. Short of pulling the complete webpage into a webview and then accessing the data fields from there you can't get what you want. -- You received this message because you are subscribed

Re: [android-developers] Parsing data from a calender on a website

2011-04-06 Thread TreKing
On Wed, Apr 6, 2011 at 10:52 AM, Neutron_boy wrote: > If I want to parse a URL such as a calender from a web page, how do I go > about this? > Google "web page parser" or something along those lines. ---

[android-developers] Parsing data from a calender on a website

2011-04-06 Thread Neutron_boy
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 i