I'm trying to design an android or windows phone 7 app (a client) that would fetch the news from a website, that website doesn't provide an api or xml files.
My question is, whats the best way to do that? Should I just download the html file and parse its content? Am sorry if my questions is a little vague, but am not asking for code. I need some guidelines or approaches to do that.
Note: I wont violate any copyrights, am just creating a portal for my University website.