Questions tagged [gestures]

The tag refers to a method of interaction with graphical user interface. Instead of simply choosing, user may draw a shape (so called gesture) over an item, which is recognized by the software and triggers specific reaction. Gestures are very popular, but not limited to touchscreen applications.

516 questions
-1
votes
1 answer

How to Stop Single Tap From firing before Double Tap

I am trying to set a simple double tap recognition before moving to more complicated interactions. I have the single and double tap being recognised. However, my problem is that the double tap doesn't fire without the single tap. I have seen the…
-1
votes
2 answers

how to make a secret gesture on android screen?

i would like to create a secret event gesture that will be hardcoded to my app to activate a function. a secret hidden admin menu, that will ask for admin password and do admin staff, and i would like it to show up after the user do: 5 fingers…
itai
  • 302
  • 5
  • 15
-3
votes
3 answers

Is long press natural for Android?

This isn't a technical questions, more a quest for knowledge. I have never owned an Android device only ever iOS so have no idea of the natural gestures Android users use frequently. I am writing my app for Android and have to display a "Contexual…
RyanTCB
  • 7,400
  • 5
  • 42
  • 62
-3
votes
1 answer

How can I add swipe gestures to 3 different UILabels?

I'm new to XCODE - Objective-C and in my very first app I need to add to 3 different labels 2 swipe gestures (Up and down swipe). To be more clear (for now i cannot add images) i have the 3 labels like this: …
user3777256
  • 57
  • 1
  • 5
-3
votes
1 answer

android listview and button and text with gesture detection

I am new to android programming. I have this problem that I created a listView with button and text. I wanted all of this object to be active. Meaning I can click or touch any of these 3. The main idea is, I will display a listview of products. When…
-6
votes
2 answers

Make a program than can use a Video Camera and Recognise Gestures

I want to make a program preferably in C# or Java that can access a video camera and recognize gestures. I have done programming before but this is the first time i require access to a pluggable hardware and control it. I dont want the whole program…
Shivam Shah
  • 524
  • 5
  • 10
1 2 3
34
35