Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
HTML5 Zone is brought to you in partnership with:

PhoneGap

  • submit to reddit
Raymond Camden05/18/12
1488 views
0 replies

Setting up Console Debugging for PhoneGap and Android

In case you haven't figured it out yet, debugging in mobile is "sub-optimal". (Whatever you do - don't do a Google Images search on sub-optimal.) Brian Leroux has an epic presentation on the topic and I highly encourage taking a look through it. I thought I'd share how I'm debugging in PhoneGap and Android right now.

Andrew Trice05/14/12
578 views
0 replies

A Response to “Shell Apps and Silver Bullets”

There is an article floating around the web today, warning against “Shell Apps” and tools like PhoneGap. The logic in this article has a few arguments that are misleading, and I’d like to introduce some counter arguments as they relate to PhoneGap and HTML experiences for comparison.

Raymond Camden05/10/12
1515 views
0 replies

Converting a dynamic web site to a PhoneGap application

Earlier today a reader asked me about the possibility of converting his mobile-friendly site into a "real" application via PhoneGap. I told him that this could be very easy.

Andrew Trice05/05/12
2120 views
0 replies

Multi-Device Best Practices

Everyone wants to write once and run everywhere, but keeping up with both standards and proprietary methods gets harder and harder as mobile and web technologies grow ever faster. Catch up with this great presentation by Andrew Trice, first delivered at the 360|Flex event last month.

Kristof Degrave04/30/12
1599 views
0 replies

Build Native Mobile Apps in HTML5: PhoneGap from Start to Finish

PhoneGap allows you to develop an application in HTML5 and run it as an native app on your mobile device. PhoneGap does this by running the application in a web browser control in the background. So when the user starts navigating trough your application, PhoneGap will intercept this and navigate to the files which are stored locally on the phone. But PhoneGap offers much more than this...

Andrew Trice03/23/12
4715 views
1 replies

PhoneGap Explained Visually

I’ve been 'out and about' lately, attending tech conferences, meetup groups, and meeting with developers in their offices, and I am getting great feedback on mobile development & PhoneGap. There are some common questions that I am often asked, and I hope this post helps everyone understand PhoneGap better.

Raymond Camden03/17/12
1013 views
1 replies

A Brief Introduction to PhoneGap (Slides, Code, Recording)

Slides, audio, and code from Raymond Camden's recent presentation on PhoneGap at the Salt Lake ColdFusion Users Group.

Andrew Trice03/05/12
3143 views
1 replies

Tricks for Debugging PhoneGap Applications in Desktop Browsers

Let's face it: most development takes place on a desktop/notebook computer, not on a mobile device. Andrew Trice, PhoneGap enthusiast, has noticed a few specific roadblocks raised by the browser security model that complicate debugging mobile apps -- even though desktop browsers, like any browser, can handle HTML5 just fine. Here he shares some of his tricks for bypassing these roadblocks.

Andrew Trice03/02/12
3000 views
0 replies

Extending PhoneGap with Native Plugins

PhoneGap lets you build apps in HTML5 for all mobile platforms. It doesn't actually recreate every single native API, but it can be extended pretty easily to map any native API to JavaScript. Andrew Trice explained how in a recent presentation at the Baltimore JavaScript Users Group, and wrote up the content in this article.

John Esposito02/22/12
1913 views
0 replies

Analysis: HTML5 on Mobile

Last week FierceDeveloper's Peggy Albright posted an interesting discussion of recent Evans Data surveys on HTML5 adoption by mobile developers. This article summarizes her results, and re-opens the conversation on where the mobile development world falls on the road to 'write once, run anywhere' nirvana.

Ben Forta02/07/12
4418 views
0 replies

Backbone.js And PhoneGap Sample App

See an elegant example of a mobile application built using Backbone.js and PhoneGap. You can download the source code, the APK and the iOS or Android project files.

Eric Genesky01/19/12
1864 views
0 replies

PhoneGap on Windows Phone Adds Support For Facebook, Twitter, Bing Maps, and More

Developers looking to tackle Windows Phone 7.5 with PhoneGap, an open source mobile framework that uses HTML5, CSS and Javascript, can now include some useful plugins in their development. The PhoneGap beta announcement was made by Microsoft and Nitobi in...

Matt Raible01/13/12
3201 views
1 replies

PhoneGap is Awesome for Hybrid App Development

A few months ago, I attended Brian LeRoux's talk on PhoneGap for Hybrid App Development at Devoxx. You might remember that I tried PhoneGap the previous week and really enjoyed my experience. Below are my notes from Brian's talk. PhoneGap is a project for...

Glen Gordon01/06/12
1978 views
0 replies

PhoneGap on WP7 Tip #4: The Application Bar

Here's a link to part 1 of this series. “So two applications walk into a bar…” One of the user interface constructs that’s unique to Windows Phone is the Application Bar. The App Bar (as we affectionately call it) gives users a standard place to...

Glen Gordon12/21/11
1957 views
0 replies

PhoneGap on WP7 Tip #3: Sending SMS and intro to Plugins

Here's a link to part 1 of this series.