I need a simple Iphone/Android App built with sencha touch 2 and wrapped with phonegap.
a) The app will have 3 tabs:
1. Home – one image and a search form;
2. About – a static html page
3. Partners – a simple list with name of our partners.
b) search form:
1. user must tipe at least 3 characters
2. system will search in a sqlite database for the name typed
3. list names (like partners at item a.3), featured firt, then a-z
4. when type in a list item it will load a new page with the …
