Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Tag

PhoneGap

PhoneGap From Scratch: Camera API & App Exporting

PhoneGap From Scratch: Camera API & App Exporting

This entry is part 5 of 5 in the series PhoneGap From Scratch

Want to learn how to use PhoneGap, but don’t know where to get started? Join us as we put together “Sculder”, not only a tribute to an excellent science fiction TV series, but a fully-fledged native mobile application for the believer in you!

PhoneGap From Scratch: Twitter & Maps

PhoneGap From Scratch: Twitter & Maps

This entry is part 4 of 5 in the series PhoneGap From Scratch

Want to learn how to use PhoneGap, but don’t know where to get started? Join us as we put together “Sculder”, not only a tribute to an excellent science fiction TV series, but a fully-fledged native mobile application for the believer in you!

PhoneGap From Scratch: App Template

PhoneGap From Scratch: App Template

This entry is part 3 of 5 in the series PhoneGap From Scratch

Want to learn how to use PhoneGap, but don’t know where to get started? Join us as we put together “Sculder”, not only a tribute to an excellent science fiction TV series, but a fully-fledged native mobile application for the believer in you!

PhoneGap From Scratch: Device APIs

PhoneGap From Scratch: Device APIs

This entry is part 2 of 5 in the series PhoneGap From Scratch

Want to learn how to use PhoneGap, but don’t know where to get started? Join us as we put together “Sculder”, not only a tribute to an excellent science fiction TV series, but a fully-fledged native mobile application for the believer in you!

PhoneGap From Scratch: Introduction

PhoneGap From Scratch: Introduction

This entry is part 1 of 5 in the series PhoneGap From Scratch

Want to learn how to use PhoneGap, but don’t know where to get started? Join us as we put together “Sculder”, not only a tribute to an excellent science fiction TV series, but a fully-fledged native mobile application for the believer in you!

Build a Cross-Platform Twitter Client – Tuts+ Premium
plus

Build a Cross-Platform Twitter Client – Tuts+ Premium

In this series, we will develop a Twitter client, called “Tweets”, using the jQuery Mobile and PhoneGap frameworks. This project will be deployed to Android and iOS environments as a native application.

Creating an Android “Hello World” Application with PhoneGap
basix

Creating an Android “Hello World” Application with PhoneGap

PhoneGap is an open source platform that allows you to create cross-platform mobile applications with HTML, JavaScript, and CSS. In order to interact with device hardware, PhoneGap provides a JavaScript API that will interface with features such as the on-board camera, GPS, and accelerometer. Even though PhoneGap is great for developing cross-platform applications, the code for developing applications while targetting one platform or another will vary. One of the greatest differences to overcome is the required software requirements. This tutorial will provide an in-depth review of setting up your development environment for Android, and will build a simple “Hello World” app.

Introduction to PhoneGap Development
basix

Introduction to PhoneGap Development

PhoneGap is an open source framework for building cross-platform mobile applications with HTML, CSS, and JavaScript. This is an ideal solution for web developers interested in mobile development as it allows them to leverage existing skills rather than start form scratch with a device-specific compiled language. This is also an ideal solution for those interested in creating an application that can run on multiple devices with the same code base. In this tutorial, you will learn how to setup the PhoneGap development environment and learn some of the fundamental development considerations of the platform.