Hi,
Sorry to make this request again here too.. I am in need of some urgency.
I need to show a web page content in my application view. What are the ways that can be done for that programmatically in iPhone development. For example, i need to access and show the following page: http://www.business-standard.com/india/storypage.php?autono=73165&tp=on
Do i need to download and get HTML data from this url using NSURLConnection on my iPhone client app and parse the HTML data and show the content in my view? In this case, if we launch this link and show view source, there are very critical html tag provided to parse the content description, so how to do that in my client app perfectly? If there is any sample, please give me?
Or else, Is it possible to give this link to an API call directly and show the web page view in my client app itself instead of getting data and parsing work? P.S: I shouldn't launch web browser and show the page.
Can anyone please check this link and suggest the ways to do and provide me some samples?
thanks.