Hello,
I need to write an app where the user selected a category and then scrolls through the items with pictures that the store has to offer. I know how to do some with web services but instead I was going to use a tableView for the categories and then call a web page in a webView control to show the items. This way I don’t have to download pictures and info but just show the web page. And link each one to the product page.
Do people ever do it this way? The products and info will be changing constantly so I’m using ASP.NET for the back end and to return the page with the products as needed.
Thanks,
Warren