In an android app. My college's website is www.academics.vit.ac.in > parent login. now that requires a username and date of birth (13011995- Format) and captcha for login.and further it displays the details as marks , time table on navigation.It's a session based website and logs out automatically after some time of inactivity.so how do I parse information in an android app.
Asked
Active
Viewed 248 times
1 Answers
0
I suppose you cannot parse information in android application from such a website, until you have database access from the college or the website provides data in some format like JSON or XML. There are a lot of ways to fetch and parse JSON or XML that can be accesed using a http get or post request.
Kushal Sharma
- 5,978
- 5
- 25
- 41
-
there exists a app already that does named VIT academics ...i do not know how to parse authenticated data... – Sep 15 '14 at 18:50
-
or take any other site that requires login and pass and captcha and please tell me how to parse authenticated data ? – Sep 15 '14 at 18:53
-
http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 – Kushal Sharma Sep 15 '14 at 19:12
-
http://stackoverflow.com/questions/8480130/parsing-html-in-java-for-an-android-app – Kushal Sharma Sep 15 '14 at 19:13