Tagged Questions
0
votes
0answers
14 views
get referrer using google analytics
I have an app located in some servers (not in Google Play) and I want to know from which one it has been downladed, I read about it and it looks like I have to do it by using a BroadcastRecever and a ...
1
vote
1answer
54 views
How to track currier/package by using android GPS?
I am currently working on a GPS tracking App for track packages and parcels right from android smart-phone.
After user finishing put their tracking nO., I would like to be able to analyses this data ...
-1
votes
1answer
40 views
Android app statisticks [closed]
About 20 hours ago, I published my first android application on Google market. Everything works fine, but I would like to find out If i done something wrong. I can't see statistics for this app: ...
-1
votes
1answer
66 views
Vehicle Tracker using Android and Html [closed]
i'm planning to make an android application for tracking vehicles using gps.
But the tracking should be viewed both at web application and at android application.
since i'm a Java EE developer and ...
0
votes
2answers
65 views
Monitoring App Activity using either the Android or iOS SDK
Is there a way I can monitor App Activity beyond whether or not an App has launched, using the above mentioned. If not is there a way I can monitor the usage of an ePub from iBooks or any epid reader?
...
1
vote
1answer
86 views
How can I track an APK install
I'm trying to track an APK install. When a user lands on the downloadpage (not the store), he is coming from a specific source. When user clicks on download, the APK will be installed. After it's ...
0
votes
1answer
109 views
Android GPS tracking with a custom map
i want to make an android app which is going to use a custom map over google's. It's a local hiking map in my country. The hiking routes are stored in gps coordinates, and i want to make some kind of ...
-1
votes
1answer
153 views
Open Source Eye Tracking for iOS: Scrolling, Navigating [closed]
We're looking to implement eye tracking for reading in iOS. It should know when a user has reached the end of the screen by perhaps the user looking below the content, and then jump and/or scroll to ...
-1
votes
2answers
160 views
Looking for programmable GPS tracking device [closed]
I am looking for a cheap programmable GPS tracking device. I want to use it to map public transport routes. It should have both GPS and GSM functionality with a rechargeable battery.
Currently I am ...
1
vote
1answer
200 views
OpenCV4Android conversion from MatOfKeyPoint to MatOfPoint2f
I am trying to use OpenCV for Android (OpenCV 2.4.3)
I am writing a program to track keypoints. I am trying to use FeatureDetector to detect keypoints and then Video.calcOpticalFlowPyrLK
to track ...
0
votes
2answers
399 views
GPS tracking another device without internet connection
I know there are a lot of threads about GPS in Android, but I did not find an answer for this. Is it possible to track the position of another android device, and send some information between this ...
3
votes
1answer
352 views
Motion detection using OpenCV
I see queries related to opencv motion detection, but my requirement is much simpler , so i am asking the question again .
I would like to analyse video frames and see if something has changed in the ...
0
votes
2answers
247 views
Android Sim Tracker code
Hie..
I am making an app in which I am detecting whether SIM has changed or not..?
On installation of my app I am storing the current SIM serial number in shared preferences.
On boot I have ...
1
vote
0answers
179 views
Google maps gps tracking app
I have been trying to get this app to draw a line connecting an array of geoPoints which are collected from the users current locations. I have got stuck when trying to populate the array so that they ...
0
votes
1answer
131 views
Tracking user location
Problem:
The user can choose how long and when start to track your locaton (Like today from 08:00 to 16:00). So during this interval my application will listen for the location every 5 minutes (this ...