triceam / app-UI

app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
http://triceam.github.com/app-UI/
Other
1.27k stars 239 forks source link

Trying to create an application with slide menu, and JSON list with app-UI #46

Open bamboland opened 11 years ago

bamboland commented 11 years ago

Thank you in advance who will help me and sorry for my bad English. I'm trying to create a PhoneGap application with jquery mobile ios devices. The result is not bad but very slow, due to problems in the data-slide transition when data is imported from json are too many slow. The style used is that of the side menu with slide effect http://jquerymobile.com/demos/1.3.0-beta.1/docs/demos/panels/panel-nav-form.html. I have seen the extraordinary results of app-UI, trying https://github.com/triceam/Fresh-Food-Finder the application. I'd like to implement a slide left side menu with three links like youtube menu, where clicking on any of them opens a list imported from json and effect similar https://github.com/triceam/app-UI/blob/master/samples/01%20-%20viewnavigator/05%20-%20legacy/index.html, using app-UI, which is definitely faster and more efficient. I tried to implement, but I'm not an ace with javascript, and I'm a little demoralized. Can anyone give me some guideline to follow? thank you

bamboland commented 11 years ago

Thanks for the help. I have already implemented a similar code in my app. You can see it here http://viaggiosullaluna.it/www.zip. If you try the application on iphone you will see that the slide between pages is slow and if you open the link below does not work (load files via json). Any idea why? Maybe because I do not use a local database? I tried app-UI, you've seen that it is much faster and more functional, but do not know how to implement the code to have the same result :-(