Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITableView like look and feel using PhoneGap

I want to create an app with the standard list view and detail view that we get with UITableView. I am using PhoneGap to create the app. While I am aware that PhoneGap is more of an API to enable native app development using HTML5, etc

How do I create a simple list/detail view and integrate with PhoneGap?

Thank you.

like image 862
copenndthagen Avatar asked Nov 26 '11 14:11

copenndthagen


1 Answers

You must use some UI like Jquery Mobile, for your case exists this theme: http://taitems.github.com/iOS-Inspired-jQuery-Mobile-Theme/

There is a lot of UI frameworks over there like: JQ touch, Sencha Touch, Jo,... maybe you want to see those too.

Good Luck!

like image 80
Mariano Montañez Ureta Avatar answered Oct 17 '22 19:10

Mariano Montañez Ureta