Difference between revisions of "Cordova"
From Biowikifarm Metawiki
Line 21: | Line 21: | ||
* [https://github.com/phonegap/phonegap/wiki wiki] | * [https://github.com/phonegap/phonegap/wiki wiki] | ||
* [http://docs.phonegap.com/en/2.1.0/index.html API Reference] | * [http://docs.phonegap.com/en/2.1.0/index.html API Reference] | ||
+ | |||
+ | Some interesting pages for developing: | ||
+ | * http://www.vogella.com/articles/Android/article.html | ||
+ | * http://stackoverflow.com/questions/6220602/android-webview-with-back-button-if-else | ||
+ | * http://stackoverflow.com/questions/7756982/get-last-loaded-url-of-webview-without-doing-a-webview-goback-in-android | ||
+ | * http://samcroft.co.uk/2012/posting-data-from-a-phonegap-app-to-a-server-using-jquery/ |
Revision as of 13:42, 15 November 2012
Notes:
- installed according to http://docs.phonegap.com/en/2.1.0/guide_getting-started_android_index.md.html
- Eclipse Classic / Android SDK, then after Android SDK restart Eclipse (will not work otherwise).
- inside eclipse install ADT Plugin according to http://developer.android.com/sdk/installing/installing-adt.html
- Using default folders, except for eclipse workspace
- phonegap extracted into the eclipse-ws.
- Subversion in Eclipse:
- Help, Install Software, Work with repository:
- http://download.eclipse.org/tools/gef/updates/releases/ = Graphical Editing Framework GEF (needed for subclipse)
- http://subclipse.tigris.org/update_1.8.x = Subclipse Subversion 1.8. NOTE: disable the mylin integration
- Help, Install Software, Work with repository:
- Open SVN Perspective:
- Menu: Window, Open Perspective, Other, SVN Repository Exploring
- in the perspective right click, new, repository location, https://biowikifarm.net/svn, navigate in tree to NaturePilot
- checkout, select "Check out as project in the workspace", project name: Naturepilot
Cordova/Phonegap:
Some interesting pages for developing:
- http://www.vogella.com/articles/Android/article.html
- http://stackoverflow.com/questions/6220602/android-webview-with-back-button-if-else
- http://stackoverflow.com/questions/7756982/get-last-loaded-url-of-webview-without-doing-a-webview-goback-in-android
- http://samcroft.co.uk/2012/posting-data-from-a-phonegap-app-to-a-server-using-jquery/