GithubHelp home page GithubHelp logo

phonegap's Introduction

phonegap

phonegap examples

http://phonegap.com/

Doc:

http://docs.phonegap.com/

http://docs.phonegap.com/en/edge/cordova_camera_camera.md.html

##Install:

###Java & Android: .bashrc path example:

#java & android
export JAVA_HOME=~/Documents/jdk1.8.0_25
export ANDROID_HOME=~/Documents/android-sdk-linux
export PATH=$PATH:$JAVA_HOME/bin:$ANDROID_HOME/tools

###Ant:

$ sudo apt-get install ant

###Nodejs:

$ sudo apt-get install nodejs npm
$ sudo ln -s /usr/bin/nodejs /usr/bin/node

###Phonegap:

$ sudo npm install -g phonegap

####Create App:

$ phonegap create myapp
$ phonegap run android

####Run on an device:

$ adb devices
$ phonegap run android --device

Run on an device using phonegap app:

http://app.phonegap.com/

download from google play:https://play.google.com/store/apps/details?id=com.adobe.phonegap.app and then:

$ phonegap serve

using the app connect to the server [IP]:3000

####Log:

$ adb logcat

####Debug:

https://developer.chrome.com/devtools/docs/remote-debugging

http://stackoverflow.com/questions/21332853/is-there-a-real-solution-to-debug-cordova-apps

###Phonegap Interface design

http://onsen.io/

https://www.airpair.com/ionic-framework/posts/hybrid-apps-ionic-famous-f7-onsen

###Cloud IDE http://www.telerik.com/platform#overview

https://monaca.io/

phonegap's People

Contributors

zmwebdev avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.