On Mon, Jul 26, 2010 at 1:18 PM, KG <kevinconca...@gmail.com> wrote:

> Could you give me some more details on how to get the page and parse the
> results? I don't really understand what method I would use to get the page
> and then crawl through it to get each result.
>

Any browser lets you look at the page source so you can see how it's
formatted.
Use standard URL functions to connect to and download the page information.
Use some HTML parsing library like TagSoup or HTML Cleaner to transform the
HTML into something usable.
Use what you know about the page structure to pull out the data your want.
Profit.

On Mon, Jul 26, 2010 at 1:19 PM, KG <kevinconca...@gmail.com> wrote:

> Is there a new way?


On Mon, Jul 26, 2010 at 3:20 PM, KG <kevinconca...@gmail.com> wrote:

> Any other ideas?


 Dude, relax. There's no need to bump you post after a minute and then again
after two hours in the middle of the day (in U.S. anyway).

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to