Are there any iPhone/iPad tools for rapid development of catalogs? -


a number of apps build catalogs.

consider website showcases housing http://www.zuccalahomes.com.au/search.php

i number of requests build iphone/ipad apps have search system displays data in app. users search, click on results, see images etc of apps need load data fast, is, not via http requests. have build cms , turn sql lite database collated images, compiled app , placed on app store each release. plus there might cms based general pages.

this seems must common development cycle. great if there tools helped automate process somewhat.

if website consider these tools abstract cms umbraco or expression engine. partially use these tools cms side, there's massive translation system have write convert database sql lite. , no real on front end side of app development.

anyone have suggestion (or two)?


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -