Showing posts with label PhoneGap. Show all posts
Showing posts with label PhoneGap. Show all posts

Monday, August 13, 2012

Use AppLaud to Create a Web App Project, Run it on a Device or Simulator

*Primer tutorial for MDS AppLaud 1.2 Eclipse Plugin for PhoneGap for Android


AppLaud Plugin Intro Video

The first Two-Minute Tutorial (TMT0) presents in detail the steps to create a new project, understand project and file contents, enable and review JSLint settings, and run the app on a device or simulator. Users who have already run a PhoneGap app from Eclipse may prefer to skip to TMT1. The MDS AppLaud Plugin includes 5 demo projects ready to run out-of-box.

This tutorial uses the basic PhoneGap demo. See all 5 demo apps included with 
AppLaud.
Prerequisites

Part 1 Use Project Creation Wizard to create new Web App Project

[Android PhoneGap] Getting Started with AppLaud - The Detailed Version

Complete installation steps
1&2. If you don't yet have the Android ADT set up click here.

3. Install MDS 
AppLaud 1.2 Phonegap for Android plug-in
  • From Eclipse ADT, Select Help -> Install New Software
  • Click Add to enter a new Repository site
  • The Name field is optional, "MDS AppLaud 1.2" suggested
  • In Location, enter the download site: http://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonegap/tags/r1.2/download
  • Select OK
  • Select the New Site and Check the box to the left of PhoneGap for Android
  • Click Finish and Follow the prompts

Monday, June 18, 2012

Integrate PhoneGap with Zxing for iOS - Barcode Scanner - Xcode 4

I spent a long time to config them. so tired, but now it run very good. It's work.

Step 1: 

Download Source PhoneGap at PhoneGap.com ( version 1.8.0 or higher )
after downloaded => install it and follow with introduction

Step 2: 

Download Source barcodescanner  at:
https://github.com/phonegap/phonegap-plugins/tree/master/iOS/BarcodeScanner

Popular Posts