Get Current Location and load on GoogleMap

Hi Besties! This tutorial might be helpful to all developer to get the current location and show the current location on GoogleMap. To access the current location we need to use the Geo location. So what is the GeoLocation? "The geolocation object provides access to location data based on the device's GPS sensor or inferred … Continue reading Get Current Location and load on GoogleMap

How to install PhoneGap Eclipse PlugIn for Android?

Download In Eclipse Indigo or Helios (Classic or Java) ADT, Select Help -> Install New Software If you don't yet have the ADT (Android Development Tools) download from https://dl-ssl.google.com/android/eclipse/ See http://developer.android.com/sdk/eclipse-adt.html Click Add to enter a new Repository site The Name field is optional, "MDS PhoneGap for Android Plug-In 1.2" suggested In Location, enter the download … Continue reading How to install PhoneGap Eclipse PlugIn for Android?

Extending PhoneGap with native plugins for Android

Understanding the PhoneGap native plugin structure Before you start to write PhoneGap native plugins, it will help to understand how the PhoneGap application container exposes native operating system functionality to JavaScript-based applications. All Cordova APIs consist of two related parts: a JavaScript-based interface that can be accessed within your applications, and the corresponding native class … Continue reading Extending PhoneGap with native plugins for Android