Ultimate Get/Post with Android Thread for Dummies
- by Jayomat
Hi,
I'm writing an app to check for the bus timetable's. Therefor I need to post some data to a html page, submit it, and parse the resulting page with htmlparser.
Though it may be asked a lot, can some one help me identify if
1) this page does support post/get (I think it does)
2) which fields I need to use?
3) How to make the actual request?
…