android-gesture Questions
2
Solved
I'm working on Gesture activity in android I used class to detect the swipe action is
public class ActivitySwipeDetector implements View.OnTouchListener {
static final String logTag = "Activity...
Emmie asked 27/7, 2013 at 22:32
3
Please suggest a way to zoom all the contents of the edittext when a pinch gesture is detected. Want to zoom like typical text editor apps like KingSoft and quickoffice.
Abandoned asked 4/2, 2014 at 7:50
3
Solved
I have 2 path objects in my android code.I have tried all the way to check whether these paths are intersected or not, but not able to do it. How can I check whether the paths are intersected or no...
Disesteem asked 25/6, 2012 at 6:31
2
Solved
I am currently making a app where students can view there lesson grid.
The lessons are retrieved using a json file.
Now the date changing is done via buttons in the actionbar, but i want to make it...
Luciferase asked 14/12, 2013 at 13:53
3
Solved
I am new to Android development and am working on an accessibility research project for blind people (Jelly Bean API level 17 project). I have been experimenting with some gestures and the Two-Fing...
Find asked 11/2, 2013 at 18:30
3
I have defined my own gestures in an Android app. Is this the only way to define gestures?
Are there any standard opensource libraries which will already have the gesture's raw file?
Pied asked 2/2, 2012 at 21:47
4
Solved
I would like to implement a swipe gesture to delete rows in a ListView similar to the android notifications.
Right now all I have is a ListView with an onTouchListener - that said, I already have ...
Ashur asked 31/5, 2012 at 15:46
2
Solved
I've been stuck on this problem for eight hours, so I figured it was time to get some help.
Before I begin my problem, I'll just let it be known that I've been through this site and Google, and no...
Dhu asked 5/7, 2012 at 6:54
4
Solved
I have an Imageview(like a Magazine page).When i swype in to that image then i want the next image(page).Also want Zoom in and out option for this image.How i can achieve this?
Thanks
Avram asked 16/2, 2012 at 10:27
1
Solved
I am using TouchImageView from here.
I am trying to implement ZoomOut for double tap. I have done it partially. But, I am facing some issues when zoomed out. If I zoom the Image & if I give a...
Foothill asked 17/12, 2012 at 16:57
2
Solved
Is there any way, in code, to make a button flash continually and then stop flashing when pressed?
Cobby asked 31/1, 2011 at 14:52
1
Solved
I was looking for an effective way to implement gestures for ImageView with ViewPager.
I tried some examples, but they are not working well (e.g. pinch zoom actually is not zooming where I want it ...
Chassidychassin asked 20/9, 2012 at 16:56
1
i want to rotate and scale the image on multi touch event,
i am able to drag, scale the image but i can't understand the rotation of image.
i am facing problem so please help me asap.
my code is th...
Catenane asked 15/12, 2011 at 5:51
© 2022 - 2024 — McMap. All rights reserved.