swipe Questions

1

Solved

I use a carousel in Sencha Touch 2. How I can handle swipe-left and swipe-right events ?
Platform asked 4/4, 2013 at 12:39

2

Solved

I have five activities/screens that I would like to be able to swipe between, each has a different function but are interrelated hence the UI concept of swiping between each. I have found many dis...
Lite asked 24/3, 2012 at 4:24

1

Solved

I am using jquery mobile and I need to prevent swipe event over specific element. Need of doing this is because I am using slider and I don't want the swipe event to be invoked resp. I want it to b...
Ferroelectric asked 30/3, 2013 at 20:52

2

Solved

I am using a ViewPager with a PageAdapter (from the compatibility pack v4) to swipe among a horizontal list of boxes. The problem is that my second box from the first page is the first box in the s...
Hermitage asked 13/5, 2012 at 3:52

1

AsyncTask work fine when I'm doing zip , unzip , download file and store data from XML into database. But now I'm trying to implement https://github.com/fry15/uk.co.jasonfry.android.tools swipe in...
Sausage asked 12/3, 2013 at 9:32

6

I have a list of videos located in the sd-card. At this point, I just need help in creating gestures or swipe detection for each row in the list view. Thanks to this question at stackoverflow Fling...
Cupellation asked 6/7, 2011 at 14:15

2

How to change activity with left-right swipe? I did not find the manual anywhere. Example:
Knitter asked 19/2, 2013 at 18:50

1

Solved

At work I am currently facing a problem where the new gesture in Jelly Bean that opens Google Now is causing a problem related to our design. The app is due very shortly and so redesigning the lay...
Bopp asked 25/7, 2012 at 1:6

3

Solved

Possible Duplicate: android swipe to delete list row I want to implement a list of items and on swiping left->right the item should be remove, like a Gmail. Has Android some native El...
Faveolate asked 2/1, 2013 at 20:54

2

Solved

I am a beginner to android applications and java, basically I am a PHP developer. I've a project for a tab+swipe application, Reseller.java package com.idevoc.onsitereseller; import java.util.A...
Inquest asked 24/12, 2012 at 9:40

1

Solved

I need to create jQuery mobile like Swipe gestures $("#slider ul li div").swipeleft(); using core jQuery without using any library or plugins not even jQuery mobile. I know that jQuery mobile widg...
Pigmentation asked 17/11, 2012 at 11:2

2

On Chrome Mobile, Google introduced a tab navigation with the swipe left/right events. But i have a webapp, and i implement a swipe left event to open my navigation menu (like facebook or sp...
Queston asked 16/11, 2012 at 11:8

4

Solved

I'd Like to know how to draw a Line on ImageView as user swipe their finger ? Could any body explain this ? Or perhaps any Link to get start on this.
Macgregor asked 30/5, 2011 at 16:56

1

Solved

We have the Gallery, which support swiping. We also have 3rd-party components that support pinch-to-zoom on ImageView, such as ImageViewTouch in ImageViewZoom. Now I would like to combine them b...
Hillell asked 26/7, 2012 at 15:0

1

I am about driven to despair trying to achieve something so simple. I have a view with a menu that, using touchEvents slides from the left when it is gestured to do so with a horizontal swipe. I d...
Amblyopia asked 4/10, 2012 at 15:34

1

Solved

I use ViewPager.setCurrentItem() to automatically swipe to the next page every few seconds. I'd like to disable this as soon as the user starts swiping himself. As far as I can tell, OnPageChangedL...
Harmonium asked 17/8, 2012 at 11:40

2

Solved

im looking for a turoial with source code on swipe gesutes, I dont want a view pager, I want a swipe gesture tutorial. here is one example I found but doesnt work for me http://www.eridem.ne...
Marceau asked 6/8, 2012 at 18:2

2

Solved

I have a RelativeLayout I am putting a TouchListener into using GestureDetector. I have already done and can detect double tapping but how can I add a swipe event in the view also? private void my...
Crux asked 1/8, 2012 at 6:0

1

In my TestApp, I created a class "Carousel" which should let me create a swipe menu with a UIPageControl in an easy way (by simply creating an instance of the class Carousel). Carousel is a subcl...
Marx asked 27/7, 2012 at 17:52

2

I am a newbie for Android. I got a tutorial on how to implement the `listView here: I implemented it and it is working fine. I need to implement a ViewSwitcher for the same. Like when I swi...

3

Solved

Is there an existing C# library that can be used to parse the information from a driver's license? I'm looking to parse the data directly from a swipe reader, so its a long string that needs to be ...
Lacreshalacrimal asked 23/8, 2011 at 18:42

3

Solved

Have you seen yahoo's ipad/tablet home page? The swipe effect for flipping through headlines is impressive. I have seen some workarounds in jquery (using the cycle plugin + the touchwipe plugin) bu...
Naughton asked 28/3, 2011 at 19:18

0

I have swiping working to some extent but I have a series of textviews and spinners that are on the screen and it seems like if I don't swipe straight across one of them and go just a little across...
Prakash asked 28/5, 2012 at 12:53

4

Solved

I am writing an application targeting OS X Lion and Snow Leopard. I have a view that I want to have respond to swipe events. My understanding is that three-finger swipes will call -[NSResponder swi...
Ecru asked 15/9, 2011 at 15:7

2

Solved

Im looking for (if possible) javascript libraries/plugins to provide swipe events. However I am not after the simple detection of a swipe, for example what jqTouch provides. I wish to create behav...
Crescin asked 8/9, 2010 at 10:30

© 2022 - 2024 — McMap. All rights reserved.