I intend to make an application, that is based on information on the web. The application will be static, and will not connect to the internet. I want to transfer all the information from a website into the application, thus making a guide for something (I don't want to reveal what).
The website pages are comprised of Text and 1 or 2 images. And I want to implement search functions for the information that will be contained in the application (which will be transferred from the site).
The question is... How do I do that? I'm not looking for code help, but for some guidance. My initial thought was to write web pages by hand using dreamweaver that will be included inside the application, and will be displayed using UIWebView, and the search functions will be implemented using keywords from an XML file.
Does anyone have a better idea? I would appreciate any guidance for that matter...
The website pages are comprised of Text and 1 or 2 images. And I want to implement search functions for the information that will be contained in the application (which will be transferred from the site).
The question is... How do I do that? I'm not looking for code help, but for some guidance. My initial thought was to write web pages by hand using dreamweaver that will be included inside the application, and will be displayed using UIWebView, and the search functions will be implemented using keywords from an XML file.
Does anyone have a better idea? I would appreciate any guidance for that matter...