Fetching Google Advertising ID using in Phonegap - javascript

In my Phonegap Application, I have to fetch Google Advertising ID. For this I have been trying with some plugins which are not working properly. Can any one suggest some plugin for getting Google Advertising ID using phonegap.
Thanks in advance.

An easy solution would be to use this app (or another similar app - several apps exist) on the device you want the ID from:
https://play.google.com/store/apps/details?id=com.t3d.detectdevice

Related

getting yahoo contacts in phonegap application

I'm developing an app using phonegap. I want to get contacts from yahoo after logging in, and I got stuck at this. I want to know that, whether it can be done with JavaScript. But don't know where to start.
Any kind of help will be appreciated.
As of this date (2015-08-11), there are NO plugins to support the Yahoo API for contacts. This is a link to search for such plugins http://plugins.cordova.io/npm/index.html?q=yahoo

How to turn on and off gps in android using cordova

Im working on a phonegap/cordova project.Im trying to turn on or off in my app.I got code in native android app gps turn off and on.I dont know how to convert this in cordova/phonegap code.Is there any way to make gps on or off using cordova or phonegap.I used below link for native code:
http://www.helloandroid.com/tutorials/calling-system-settings-android-app-gps-example
i just made a plugin that do that.
cordova-dialog-gps
I hope you serve if so , remember to provide some feedback .
You can create plugin in native code for your cordova project, in that plugin place gps on off code. Pass the parameter from JavaScript to this plugin, based on the parameter value on or off the GPS
some links where you can learn creating plugins
http://devgirl.org/2013/09/17/how-to-write-a-phonegap-3-0-plugin-for-android/
http://devgirl.org/2013/09/17/how-to-write-a-phonegap-3-0-plugin-for-android/
http://www.plotprojects.com/developing-a-cordova-phonegap-plugin-for-android/

Can i create android apps using javascript with facebook sdk?

Can i create smth like this with JavaScript? Thank you very much for help
Create an Android application that allows to: 1. login to user's Facebook account and retrieve friends list. The list should be then displayed as given friend's profile image + username.
Cordova would assist you in developing mobile applications for various platforms using javascript, html css. Here is their site url http://cordova.apache.org/
For facebook related stuff, You can use facebook's graph api.

How to access sms inbox from javascript on android (phonegap)

I just discovered PhoneGap and was wondering if there's a way to access the SMS inbox from Javascript with it. Or if there's another easy way to do it in an app created from a HTML/CSS/JS solution.
There's no info about SMS access in the phonegap docs, but maybe the inbox is avaliable as a url or a folder?
I would like to stick with phonegap so that the app would work on many devices, but an android only solution is satisfactory too.
This functionality is not currently in PhoneGap though it might come in a future release. This is something that whole community would probably appreciate!
I think you will want to create a plugin to achieve this functionality for the moment. Some examples of plugins are here: https://github.com/phonegap/phonegap-plugins.
Here is an example of using an Android ContentProvider to interact with the SMS inbox How to delete an SMS from the inbox in Android programmatically?
There is a plugin for doing it with phonegap,
Take a look at SMS reception plugin for Phonegap

Setting up Android application for Analytics and tracking

Tracking events and setting up Analytics for Websites seems easy. You create an account with one of the Analytics service providers like Google. They give you javascript code that you embed in your pages (whichever event you wish to track) and voila..you're done.
I have written a native application for Android phones, which is actually an adaptation of the actual web site. Now, I am required to setup Analytics and tracking for this native application.
Question:
How to do setup a native application for Analytics?
We have Java Script code(not Google Analytics but for some other engine) that works for the original web site. Is there a way to incorporate that in the native application?
I know Android supports Java Script via WebViews(Webkit);my application does not have webviews, it is native!
I have not worked on JavaScript since school so excuse me if I sound naive.
Thanks.
Google Analytics provide a guide for implementation on a mobile device.
Refer to http://code.google.com/apis/analytics/docs/tracking/mobileAppsTracking.html
To get started have a look at this guide from google.

Categories

Resources