Help creating an app with parsing
I'm working on my University thesis creating an android app. As I'm new in android d开发者_开发问答evelopment I would like to read your opinion on that.
I would like to create an app that has a home screen with n buttons. This will be the app for my uni forum. When I press the "announcement" button for example I want to get the announcements from my university site.
The problem is, that this site doesn't have a rss feed and but I want to see the announcements in the app and not with a WebView
.
Could you please tell me what I have to search for? HTML parsing? Hope my question is understandable.
Take a look into Web Scraping
精彩评论