Kendo UI Mobile and PhoneGAP - The leaked source code- Working!

PhoneGAP 
PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores.
jQuery
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
jQuery UI + Mobile

The new, faster jQuery based UI library.

Kendo UI Mobile helps developers build apps and sites for mobile devices that always look native.


As of this post, Kendo Mobile UI is not avaialbe to download from the website. They do however have a working demo. So.. You interested in a pre release version of the Kendo Mobile UI.. 


Download the ZIP, unzip it and open the source in Eclipse (Obviously you need the Eclipse, Android SDK and the ADT Plugin installed and an Android Device (preferred) or Virtual Device)

This is not a leaked code, i just reverse engineered in from the the demo they have running, downloaded some resources, tweaked the HTML to the standards used in jQuery mobile oddly enough.. it does not run properly locally but it actually works on an Android Device, and it is smoother than jQuery UI by a massive distance.
Very impressive, and if you want to tinker around more trying to get it to work, its a nice jump start before the beta gets released.

The ZIP contains the officail WEB JS/CSS and on top of it i put the ripped JS/CSS and other resources, and is based on the PhoneGap example. Dont rofget to reference the phongap source jar in the res folder.

Comments

I am stuck to use the release in Android Emulator 2.2. I worked a lot to make it working.

Actually, what happening is that everything is reversed- header is positioned at footer, footer is at the top of the display. header color is changed from light blue to black. content background color is changed to black where actually it's white.


any idea on changes in the html file that I need to take care of make it working in Emulator with android version 2.2?
Unknown said…
Hi - I am am not enitelry sure- I have not had time to work on this more. The official version is being released this month hopefully.. so just need to wait a bit. The rip I made is very messy and only assumption of how it should be. But there are some problems obviously.