Questions tagged [swipe-gesture]

Swipe is a gesture that involves touching a touchscreen or trackpad, translating the finger in one direction across the screen or pad, and removing the finger. It is commonly used as a discrete scrolling gesture (for example, go to the next picture).

Swipe is a gesture that involves touching a touchscreen or trackpad, translating the finger in one direction across the screen or pad, and removing the finger. It is commonly used as a discrete scrolling gesture (for example, go to the next picture).

526 questions
-1
votes
1 answer

How to split screen width into two parts for swipe gestures

I am developing video player app using Exoplayer and applying swipe gestures for volume and brightness. Swipe gesture for top,bottom,right,left are working well. But i want to split width into two parts for volume and brightness features separately,…
-1
votes
1 answer

How to add swipe gesture to my calendar app in Android

I want to create an app with a calendar like this: calendar overview calendar popup Swiping left or right will add or subtract a month, clicking a cell will show a popup containing a description notification. I need ideas or links or code…
-1
votes
1 answer

Android: Activity sliding over another one with swipe gesture

I have two activities one with some data and the second one, semitrasparent with some buttons on it. I want the second activity slide over the first one after the swipe gesture. I've already read about ViewPager and it's not what I am looking for.…
-1
votes
1 answer

Custom Swipe gesture from one point with (x,y) to another point with (x,y) in swift 3

I am using swift gesture in my app But these swipes are just up - down - right and left - I want some thing more !!! I want to have swipe gesture from one point to another point with x and y for example from one point in the middle of the screen to…
Saeed Rahmatolahi
  • 1,317
  • 2
  • 27
  • 60
-1
votes
1 answer

Swipe Gesture, As3

hello im trying to make my gotoAndStop button as swipe instead of onpress. but it only work once, the second frame i make is not working anymore and i dont know the error please help me , thanks Multitouch.inputMode =…
-1
votes
1 answer

To create Swipeable tabs without ActionBar

I would like to create swipeable tabs without action bar at its top as shown as in the link. I've used the following lines : setDisplayShowHomeEnabled(false); setDisplayShowTitleEnabled(false); Also here is my Layout xml. Can anyone please help me…
Parthiban M
  • 1,104
  • 1
  • 10
  • 30
-1
votes
1 answer

Android Drawer Navigation with a ListView, need explanation

I have implemented a basic Navigation Drawer. I understand Android Drawer Navigation utilizes Fragment (Nav1 opens Frag1, Nav3 opens Frag3). I want to achieve Frag1 (or the Home Activity) as a list (i.e., ListFragment) And, when an object on the…
Droid-Bird
  • 1,417
  • 5
  • 19
  • 43
-1
votes
1 answer

swipe length/speed thresholds for list view swipe-to-delete action (like KitKat stock email app)

What are the parameters (swipe distance and/or speed) that the latest (4.4 KitKat) Android stock email client uses to determine whether a horizontal swipe is far enough to cause an email to be deleted when viewing the inbox list? I'm unfamiliar with…
Justin Grant
  • 44,807
  • 15
  • 124
  • 208
-1
votes
1 answer

add swipe gesture to linear layout to swip menu like facebook android

how can make swipe gesture to linear layout to swipe menu like Facebook app in android smoothly, fast animation. i'm using fragments. i need to add swipe this menu like Facebook app.
Mohammed Saleem
  • 568
  • 5
  • 20
-2
votes
1 answer

How to swipe between activities like in Instagram

you can see the example here first activity2nd activity:transition
helmi
  • 3
  • 4
-2
votes
1 answer

How to achieve Card Stack UI just like tinder?

I am not able to achieve proper UI for card stack. Please check this picture this is requirement which I have to fulfill soon. This is image for Card Stack UI please refer this I had used https://github.com/aaronbond/Swipe-Deck too but UI is not as…
Mohsin Khan
  • 139
  • 4
  • 13
-2
votes
1 answer

How to disable swipes in a view pager in android

I am new to android. I am creating an app which consists of a view pager with a swipe tab layout. When I click the button it does some calculations inside of the view pager. While it's doing this I want the switching between the tabs to be disabled.…
lakshman sundeep
  • 165
  • 1
  • 1
  • 7
-2
votes
1 answer

swipe gesture strike through text

I have been trying to come out a solution for using swipe gesture to the right and makes the text on a label.text with strike through effect, swipe again to remove the strike through and leaves the original text intact. Any example of codes as to…
-2
votes
1 answer

How to change activity of a screen with swipe? with some example

I have 2 screens black with scroll View in it and then I would like to change these screen with a swipe. I am using Android Studio and want to have a simple example so that i could change all the screens from one to other using swipe view. I hope…
-2
votes
1 answer

Tableview swipe in iOS

Hi I'm new to iOS Development. I want to design something similar to Groupon app for iPhone. I need 4 or 5 table views (each table view is a category which lists the products in that category )which I can slide or swipe through like in the Groupon…
user3344235
  • 51
  • 1
  • 5
1 2 3
35
36