I want to make an android app for my university which shows notices, schedules etc. posted on its website.
However there is no xml/json api for the site. So I need to parse the web pages (especially the homepage) to extract text & show it in my app.
Earlier I thought of using jSoup in my app but now I want to do this in a php-based server which pushes the data to my app.
What are my options ? Will phpQuery or SimpleHTMLDOM do the job ??