Questions tagged [user-activity]
72 questions
28
votes
8 answers
continueUserActivity not called from search closed app
I am trying to use core spotlight to open a view controller from the spotlight search results.
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void(^)(NSArray…

Niko Zarzani
- 1,372
- 2
- 15
- 28
28
votes
4 answers
Log User Activity on ASP.NET MVC Application
Is there A good strategy to Log the User activity on an ASP MVC App? (ActionFilters/ HTTPModules).
Something like last user activity (just like StackOverflow "Seen 23 mins ago"), and even what Pages and Controllers were used, and pushing even…

JOBG
- 4,544
- 4
- 26
- 47
4
votes
1 answer
What are the best practices/ways to understand user behavior for a mobile application?
I have users' click events chronologically stored in my backend server. I also have session count, session time, etc. My goal is to identify the followings:
Which feature do users use most? And which path do users use to reach that feature?
Which…

Abdul Halim Chowdhury
- 177
- 8
3
votes
1 answer
Google Colab User Actvity
Is there a way to check how many people are using google colab at the same time you are?
I tried to look up via google and other sources and couldn't find any concrete information regarding the number of Users using the GPU at once.

Jeff
- 41
- 1
- 2
3
votes
1 answer
How to track user activity in angular 5?
I have recently started working on angular 5.I want to track each activity/event of user using a common functionality.
I have done this in angularJs by using angular-activity-monitor but don't know how do the same in angular 5,
Can anyone have an…

Vijay Barot
- 352
- 3
- 8
3
votes
1 answer
How does Neura know the optimal time to notify the user's?
I want to send a push notification to my user to take his pills. I am trying to implement the Neura SDK to understand my user's behavior. Can Neura send a notification to my User to take his pills before he goes to sleep ?

Jay Ghaghada
- 39
- 1
3
votes
1 answer
How to Track Anonymous Users' Activities in ASP.Net MVC 5?
I create an ASP.Net MVC 5 web application whose service can be used by anonymous users. When the anonymous user uses the web service, it will do some query from the database. Due to security reason, however, my client wants to track "suspicious"…

Ian
- 30,182
- 19
- 69
- 107
3
votes
2 answers
Detect Wicket user inactivity
Does anybody have an idea on how I can accomplish this using Wicket?
I want to display a Wicket odal window automatically when no user activity has been detected for a certain amount of time. I'm thinking of using an AjaxSelfUpdatingBehavior in some…

user1119371
- 417
- 2
- 7
- 13
2
votes
1 answer
Track user activity while taking into account when the user opens in a new tab
Using JavaScript I want to track the user activity (active or inactive) on my website and I'd like to store this info in my database. I decided to use the activity-detector library which does indeed track the user activity, however if the user has…

Daniel_Kamel
- 610
- 8
- 29
2
votes
1 answer
Record User Activity In Express Nodejs
I have a backend api with express. I've implemented logging with winston and morgan.
My next requirement is to record a user's activity: timestamp, the user, and the content he've fetched or changed, into the database MySQL. I've searched web and…

Htet Phyo Naing
- 464
- 7
- 20
2
votes
2 answers
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 events/triggers that can give me this information.

Arvind
- 21
- 2
2
votes
1 answer
Using Graph DB to store user activity data only is a good idea?
There are many question & answers out there covering the similar concepts, but none were came close to our concept.
We have our application built on Java (APIs), AngularJs (Front End) using MySql as database. Till now, there is no concept of storing…

Kiran
- 1,177
- 4
- 18
- 35
2
votes
1 answer
How to check TYPE_SIGNIFICANT_MOTION sensor availability in android device?
I have used the below code to check the TYPE_SIGNIFICANT_MOTION sensor availability.
SensorManager mSensorManager = (SensorManager) context
.getSystemService(Context.SENSOR_SERVICE);
List sensors = mSensorManager
…

M Vignesh
- 1,586
- 2
- 18
- 55
2
votes
1 answer
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 system going sleep and later waking up at scheduled…

Nobik
- 771
- 2
- 7
- 20
2
votes
1 answer
"Query is not supported" for Video dimension
I have a problem with Youtube Analytics API documented here:
https://developers.google.com/youtube/analytics/v1/content_owner_reports#Activity_Reports
I retrieve a "400 Bad request" when I try to perform this request via APIs explorer:
GET…

Andrea Zonzin
- 1,124
- 2
- 11
- 26