Here are few PhoneGap mobile applications sources files I was working on. Most of the code is straight from the documentation itself. Though it would be helpful to post it out here. Will be updating with more source code as and when I work in them PhoneGap Sample App PhoneGap […]
Android Screen Monitor
The Android Screen Monitor (ASM) is a tool to monitor your device screen on your laptop or computer. You can switch into portrait / landscape mode. Take screen shot in png files. Download it here.
Download File in PhoneGap Mobile Application
Often we require a functionality where files have to be downloaded and stored. These file can be images, music files etc… In PhoneGap File API can be used to perform these operation on files. The files downloaded are stored in SD card. The code attached is officially confirmed/provided by PhoneGap […]
Mobile Applications MIME types
For all the mobile applications which are developed and pushed wirelessly for installation, MIME type for the applications should be configured on the server. Following are some of the MIME types which i found when working on mobile apps.
Generating Android keystore file
For an Android – Phonegap Application which is build using build.phonegap.com, if the application is to be released, a keystore file is required to sign the application. Keystore file is a typical information file or a certificate which brands your application. The Android keystore file can be generated using Java […]