Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/phonegap-sencha-demo
Sample Sencha+Phonegap 1.6 projects
https://github.com/revolunet/phonegap-sencha-demo
Last synced: about 2 months ago
JSON representation
Sample Sencha+Phonegap 1.6 projects
- Host: GitHub
- URL: https://github.com/revolunet/phonegap-sencha-demo
- Owner: revolunet
- Created: 2012-04-11T13:57:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-24T11:24:19.000Z (over 12 years ago)
- Last Synced: 2024-10-04T17:29:11.842Z (2 months ago)
- Language: JavaScript
- Homepage: http://revolunet.com/static/phonegap-sencha-demo
- Size: 3.86 MB
- Stars: 9
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phonegap + Sencha demo
=====This is a sample phonegap 1.6 project with slides for our presentation given at [2nd Phonegap Paris Meetup][1] the 12th April 2012. Proudly brought to you by the [revolunet team][2].
We provide a sample [Sencha Touch 2][4] app that loads contacts right from the phone and display them in a ListView and in a Carousel.
There is both an Android and a iOS sample Project.
This is a good start to setup a new phonegap+sencha MVC project.
Features inside :
---
- sample Phonegap projects for android/ios
- sample Sencha Touch 2 MVC application
- phonegap loads the contacts from the phone then fills a Sencha data storeBasic Android dev environnement setup
---
*I don't use eclipse, just ant (see [android cmdline setup][3])*1- Clone a sample phonegap project
2- Edit `assets/www` folder and `AndroidManifest.xml` if needed
3- run `ant debug install` to launch on AVD or physical device
4- Enjoy :)
[1]: http://www.meetup.com/PhoneGap-Paris/
[2]: http://revolunet.com
[3]: http://developer.android.com/guide/developing/projects/projects-cmdline.html
[4]: http://sencha.com/products/touch/