How can we retrieve data from a website and parse it into a readable format in the Android application.. means i want to extract data from website and use it in my android application.. it could be any website..
feedback
|
|
You can use Here is an example: http://desicoding.blogspot.com/2011/03/how-to-parse-html-in-java-jsoup.html To install in Eclipse:
You can parse according to tag/parent/child very comfortably | |||||||||
feedback
|
|
You can do the HTML parsing but it is not at all recommended instead ask the website owners to provide web services then you can parse that information. | |||
|
feedback
|
|
Use the WebView. Simple!! http://developer.android.com/reference/android/webkit/WebView.html | |||||||
feedback
|