Skip to content

Commit 7ce3e17

Browse files
committedAug 15, 2013
Updated readme to include resources.
1 parent b55b4cf commit 7ce3e17

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎README.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,20 @@ phonegap-3.0-with-fast-click
22
============================
33

44
A basic phonegap 3.0 application with inputs and text (http://www.raywenderlich.com/30734/phonegap-tutorial-a-cross-platform-zombie-app) with https://github.com/ftlabs/fastclick to evaluate phonegap's responsiveness on multiple platforms.
5+
6+
==================
7+
Nicks resource area
8+
==================
9+
phonegap3.0 was recently released, here are features:
10+
http://phonegap.com/blog/2013/07/19/adobe-phonegap-3.0-released/
11+
12+
tutorials to try later: http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/
13+
14+
styling: http://jqtjs.com/
15+
16+
Done:https://github.com/ftlabs/fastclick (Works well!!)
17+
first app: http://www.raywenderlich.com/30734/phonegap-tutorial-a-cross-platform-zombie-app
18+
19+
It seems like you write stuff in the www folder and when you type in 'phonegap build ios' it recreates everything int eh phonegap/platforms/ios folder (David confirmed that in the older version of phone gap you'd have to point the folders to one directory, now it just rebuilds from the www directory).
20+
21+
Really good resource for new phonegap3.0 stuff http://phonegap-tips.com/articles/installing-plugins-with-phonegaps-command-line-interface.html.

0 commit comments

Comments
 (0)
Please sign in to comment.