Well its pretty ****simple**** (depending on how much info you need to extract etc...) you just need a webclient.downloadstring(URL HERE); and then parse the html results, you can use regular expressions or HTMLAgilityPack ( http://htmlagilitypack.codeplex.com/ ) then build the UI based on the results, to build the ui you can use MonoTouch.Dialog
Alex On Jan 26, 2012, at 4:54 PM, Sayen wrote: > Nobody that could help me? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/App-for-Website-tp4325179p4332104.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
