I'm developing an Android app that fetches a web page from a website which i will latter process it to get only specific data. The web page is plain html, i've managed to get the content i want from it by using string search and indexes but it's not an elegant way to do so.
Edit:I don't have any control over the website.
Any suggestions?