User-interactivity is the dialog that occurs between a human being and a computer program.
Questions tagged [user-interaction]
326 questions
-1
votes
1 answer
Live stream video and capture input from the user and send it to Raspberry Pi Robot
Need Help!
Let's assume I have a robot in a room with a camera on it. I need the video source to be available live on a website. I don't want any latency at all (assuming that I have a good internet connection). Also if a user presses any keys while…

Praveen Kumar Purushothaman
- 164,888
- 24
- 203
- 252
-1
votes
3 answers
A program that can interact with another program
I'm working on a side project and I'm hoping some of you can help me out. Say I have an existing executable program running in Windows and that it requires some sort of user interaction every hour. The interaction process would require the stroke of…

Dan K
- 19
-1
votes
2 answers
Do all Web Applications need a browser?
By definition:
Web Application is an application that is accessed via the Web browser over a network such as the Internet or an intranet.
Is it possible to develop a Web App that does not need a browser to run on?
P.S. I am not looking for…

Sayan
- 2,053
- 3
- 25
- 36
-2
votes
1 answer
Is there a way to automate user interaction with an android app?
I want to develop an app which can simulate user interaction on a web site. For example the user types in a username and a password and a text. The app automatically goes on facebook, logs in with the given username and password and then makes a…

Sefa
- 1
- 2
-2
votes
1 answer
How to observe another user activities on webpage
I have to create a web page, where all activity of some user will be seen by second user.
Simply, the second user see everything what the first user is doing at his page.
I know, that It is possible using AJAX or Websockets, but I' m interested in…

user3080097
- 11
-2
votes
1 answer
dll interact with user
I'm developing a small app in c# .net. I would like to use it in different ways. As windows forms app and as command line app. So i have interface projects and i have internal core dll project. In some procedures in that dll i want to comunicate to…

user2834447
- 23
- 3
-3
votes
1 answer
Enable user interaction on the table View
So I have a tableView with navigation controller. And the data loads from url. So when row is selected another table view appears while the data is loading the back button on the navigation bar is is disabled and scrolling and whole user…

Alick Dikan
- 65
- 2
- 3
- 10
-3
votes
1 answer
Spying activities of another user
I want to write page, which enables spying activity of another user.
Two users watches the same page, which is very simple (vertical scrollbar, inputs, buttons, checboxes...).
Each actions performed by first user on his page is immediately seen for…
-6
votes
1 answer
How do I detect user inactivity in Swift?
I need to implement an Idle Time Out feature. To do that I simply need to know how to detect when the user touches the screen (something similar to onUserInteraction method used in Android).
So how can I simply discover when the user interacts with…

ernestocattaneo
- 1,197
- 5
- 18
- 30