-
Canvas + Accelerometer on Android
by Joe B | Tue, Apr 27, 2010Over the past month, I was working from home, and when I wasn’t busy wiping spit-up from my kid’s face, I was working on various stuff, including a new Android PhoneGap demo to replace the one that I took off the Android market. The problem with these demos is that they do not stand [...]
-
Introducing iPhone Cleavage
by Jesse | Wed, Apr 21, 2010Looking at cleavage is like looking at the sun. Introducing Cleavage for iPhone PhoneGap.
-
PhoneGap and the Apple developer license...
by Jesse | Wed, Apr 14, 2010Apple have assured me that PhoneGap is not in violation of the 3.3.1 clause of the license agreement
-
iPhoneGap Plugs
by Jesse | Thu, Apr 1, 2010Okay, in your phonegap application in XCode, ( Without EVER having to touch the PhoneGapLib )
1) right click the plugins folder and select Add/NewFile/ObjectiveCClass
2) Call your new class : TestPlug
3) Paste the following code into the .m + .h files:
// In the .h file …..
#import
#import “PhoneGapCommand.h”
@interface TestPlug : PhoneGapCommand {
}
- (void)doit:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
@end
// in the [...]
-
JavaScript Fun and PhoneGap Training in...
by Andre Charland | Thu, Apr 1, 2010As the calendar flips over to April, we’re stoked about some of the things Nitobi is up to this month. For starters, we’ll be at JSConf in Washington DC from April 17-18, 2010. If you haven’t been to JSConf you’re missing out on one of the best JavaScript programming events of the year. It’s sold [...]