How to setup phonegap on linux for Android

It is very easy to setup phonegap on Linux for Android. Just follow the steps given below.

  1. Download the Android SDK ADT bundle for Linux. This bundle includes
    • Eclipse + ADT plugin
    • Android SDK Tools
    • Android Platform-tools
    • The latest Android platform
    • The latest Android system image for the emulator
  2. You need to add the path of your Android SDK platform-tools and tools directory. In my example I will use “/Development/android-sdk-ubuntu” as the directory the SDK is installed in.
  3. Continue reading

Apigee’s first API Hackathon at Bangalore – About Application

screen1

Loaded all the commodities and Map of India

screen2

Selected a commodity and the pins are populated to respective states where that particular commodity is available.

screen3

Once the user clicks on the pin over a state, a tooltip with minimal data will be displayed to the user. The user can either close the tooltip or can click on the “Details” button

screen4

Once the user click on the “Details” button, an overlay with full details and a graph will be appeared.

jquery mobile multiple event firing on swipeleft and swiperight events.

I have been developing a mobile website using jQuery mobile.

This website have a carousel slide show, which should work with swipe left and swipe right events.

Interestingly, I found that, swipeleft and swiperight events are triggering multiple times. And this results in an unpredicted behaviors on the carousel slide show. Continue reading