Mobile Apps developement with Apache Cordova

Downloaf a free Cordova course tutorial material for beginners to learn how to creat mobile application using this platfom, a PDF document by Hazem Saleh under 37 pages.

I propose to discover together how to use Apache Cordova. This technology will allow you to create mobile applications using web technologies that you used to use every day.

The principle is relatively simple: create an application that opens a Webview containing your HTML files. Webview this still allows access to certain APIs phone as accelerometer, compass ...

Installing Cordova

Cordova uses NodeJS, so the installation is very quick and easy

  1. Install NodeJS if you have not already done
  2. With the terminal (or cmd for windows) tape npm install -g cordova

Now Cordova is installed, but you must now install the specific SDK to platforms you plan to use.

 

Table of contents

  • Apache Cordova Introduction
  • Device native functions examples
  • Hybrid vs Native Application
  • Platforms Cordova support
  • Challenges of the current mobile development
  • Different problem types
  • Who can use Cordova?
  • Configurations
  • Version of Cordova
  • Cordova Command Line
  • To create an application
  • To build Cordova project
  • To deploy the app on emulator
  • Cordova APIs Overview
  • Adding camera plugin example
  • Notification
  • Geolocation
  • jQuery Mobile Integration
Size : 2,455.63 Kb
File type : pdf
Downloads: 1043
Created: 2016-06-12

Others Cordova Tutorials

PhoneGap and Cordova course

Others related eBooks about Mobile Apps developement with Apache Cordova

Practical Foundations for Programming Languages

Download free course Practical Foundations for Programming Languages, pdf file on 590 pages by Robert Harper....

Introduction to Visual Cobol and Cobol for .NET

This PDF tutorial teachs you how to build your first application with Visual Cobol ,it provides an introduction to Visual COBOL and the COBOL for .NET language. It shows some basic features of COBOL for .NET,free training document under 30 pages for beginners....

Building Back-End Web Apps with Java, JPA and JSF

This book shows how to build back-end web applications with Java, JPA and JSF. A back-end web app is a distributed web app where essentially all work is performed by the back-end component, including data validation and UI page creation, while the front-end only consists of a web browser's renderi...

Introduction to Eclipse

With this PDF tutorial you will learn how to creat a java program using Eclipse ,a free training document for download under 4 pages....

.NET Framework Notes for Professionals

The .NET Framework Notes for Professionals book is compiled from Stack Overflow Documentat..., download free .NET tutorial in PDF (192 pages) created by ....

A Practical Introduction to Python Programming

Download free course A Practical Introduction to Python Programming, pdf file on 263 pages by by Brian Heinold....

Learning akka PDF course

Download free Akka tutorial course in PDF, training file in 9 chapters and 29 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

The Coder's Apprentice

The Coder's Apprentice is a course book, written by Pieter Spronck, that is aimed at teach..., download free Coding tutorial in PDF (398 pages) created by Pieter Spronck ....

Download Hibernate Tutorial

Download free Hibernate Tutorial for Beginners, training course material, a PDF file created by coreservlets.com....

Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python 3.6

This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to pr...