Hi everyone! What I want is to grab a specific textual data from a specif web-page of a website (not all the data containing on the web-page). Please suggest me the easiest way to do this. I look forward to your answers. Thank you!

Recommended Answers

All 2 Replies

As a programmer your first lessons were usually about basics like parsing. So to get the site information I always turn to wget then parse what I want from that. https://www.google.com/search?q=wget+for+android finds it's been ported.

Member Avatar for Kubilay Doğukan

You don't need any additional lib. android.webkit has everything you need. Check doc. from developer.android.com It is basic html parsing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.