Tagged Questions
The user-activity tag has no wiki summary.
1
vote
2answers
419 views
Windows Phone 7 - Events triggered on phone-call-connect and phone-call-disconnect
I'm writing an application for Windows Mobile 7 which required information about "When a voice call was placed" and "when a voice call was hanged up or disconnected". Are there any API's or ...
1
vote
1answer
609 views
Android accelerometer detect user state
I'm currently working on a project which requires the detection of user state (walking, running, driving), I've looked through some of the existing solutions on Android platform such as pedometer or ...
1
vote
2answers
403 views
Are there any pre-built Javascripts for checking keyboard/mouse activity?
I need a Javascript which monitors keyboard and mouse events to track how much time a user spends on the page. Specifically, actively using the page by typing, or moving/clicking with the mouse.
...
0
votes
0answers
22 views
Activity stream design with RavenDb
This is more of a design pattern / document design question than a technical one...
I want to display a activity feed on my website which will list all the latest happenings users have been doing on ...
0
votes
1answer
56 views
Most efficient way of displaying latest user activity in your site? PHP/MySQL
I'd think to make a new table (logs_table) and track the activity there. So the only query I'd have to run is something like:
SELECT * FROM logs_table
and I'll be ok. Is there a more efficient way ...
0
votes
1answer
378 views
Detecting user-activity on mac os x
I use the function "IOPMSchedulePowerEvent" to schedule Sleep or Wake-Events and registered my daemon with "IORegisterForSystemPower" to receive power-state-changes. Everything works fine!
When ...
0
votes
1answer
141 views
NHibernate + ASP.Net MVC + User Activity Feed
I am looking for the most appropiate way of dealing with a user activity feed on my social networking site. At the moment i have several activities which can appear on the news feed such as:
Users ...