0
votes
1answer
22 views

multiTouch android | getting Action of each touch point

I am trying to handle multiTouch in android, my plan is to use 2 fingers in the app. I know how to use one touch point, but I am not sure about how to use more than one touch point. Here is my code, ...
0
votes
2answers
10 views

ontouch() listener on volume control?

I've been trying to make an app that disable volume changes. I already make it for volume up and volume down buttons. But I realize the volume can still be changed through touching the screen after ...
0
votes
1answer
24 views

Custom ImageButton View

I made a custom button that is an odd shape so I overrode the `dispatchTouchEvent. Then I added a onTouch listener to make the image change when touched. The onClick attribute stopped working so I ...
0
votes
0answers
8 views

i am getting “reacting on signal 3” on touch event

I need to make an ImageView which will simulate 3D rotation when swiping left to right, so i use this layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
0
votes
0answers
23 views

OnTouchListener for list item layout and onclick for layout componets

In the custom listview,I am using a base adapter and setting onTouchlistener for convertView inside getView() to get swipe for each row. I have also a seekbar, imageview inside each listview item. ...
0
votes
1answer
27 views

Android - Image zoom library

I have this kind of use-case User is looking at ImageView, this ImageView should implement two types of gestures: Swipe left/right to move to previous/next image Zoom image (two-fingers, ...
0
votes
0answers
11 views

Problems using gestureDetector on top of buttons or editText

I'm changing activitys by fling using gesture detectors, but if I try to swipe on top of buttons for exemple, it doesn't work. @Override protected void onCreate(Bundle savedInstanceState) { ...
0
votes
0answers
33 views

android swipe on ListView doesn't get the correct row

I am using the following(Android Swipe on List) code to detect swipe on listview, and I am using a CustomCursorAdapter to populate the listview from a cursor. however, when I print the value of the ...
0
votes
0answers
33 views

Android MotionEvent.getX() get different values, without moving finger

This is my first Question on stackoverflow, so please say it to me when I do something wrong =) Im trying to turn an ImageView on the basis of finger inputs. For that Im working with the ...
0
votes
1answer
35 views

Draw circle on touch with own class

I want to place red circles where I touch an image and have a class that listens to the touch and sends the coordinates to an other class: public class Report extends Fragment { private Context ...
0
votes
2answers
48 views

OnTouchListener MotionEvent.ACTION_MOVE: gets only first view

I have a grid of buttons in my activity. When the user slides their finger across this grid of buttons, I want all of the buttons touched to be essentially recorded so I know which buttons were ...
0
votes
1answer
36 views

OnMouseMoved Android?

I am learning how to make android apps, and I can't figure out how to implement a kind of OnMouseMoved event in android. I've tried using an OnTouchListener, but It doesn't update when I touch, hold ...
0
votes
2answers
47 views

Android onTouchEvent Coordinates Skip around

I my app, I have an element that requires the user to move it around on the screen, and to do this I am using a RelativeLayout and on onTouchListener. The problem that I am having, is that inside of ...
1
vote
0answers
72 views

How can i handle setOnScrollListener for Custom View android

I have a list view where i created custom adapter. I am displaying a button when i swipe right, so i have setOnTouchListener. My problem is i want to remove the button and display another button when ...
0
votes
1answer
45 views

OnTouchListener (MotionEvent) animation

I've figured out how to work with the ontouch listener, but I still some problems. I want to animate an 2D Map viewed from bird perspective, the viewed area is calculated by an set coordinate which is ...
0
votes
1answer
49 views

How to handle onItemClickListener and OnTOuchListener on the same item in GridView?

First, I would like to apologize for my English. That's not my native language. I have a simple gallery in Android. Images are loaded in GridView. I have problem with onItemClickListener and ...
0
votes
0answers
74 views

Android Imageview setOnTouchListener not working?

i'am using imageview on touch listener in this motion event not working why this happen any one have idea regarding this help me. here is my code img_View11.setOnTouchListener(new ...
0
votes
0answers
15 views

Solution Multi-Touch event

I don't know how to make a Multi-Touch event. I move two Bitmaps and everything works, but I can only move one Bitmap. Can anybody suggest a solution? public class MainActivity extends Activity ...
0
votes
0answers
14 views

get the current view as I move on the screen with your finger

I have a problem. imagine a 3x3 matrix of integers and want to calculate the sum of the numbers (buttons) which I touch with my finger on the screen when I lift my finger how can I do? I tried using ...
0
votes
1answer
42 views

onTouchListener with ViewFlipper doesn't work immediately

I have created an activity where using a ScrollView. Inside the ScrollView I have created a LinearLayout with a ViewFlipper of two children layouts and have set ViewFlipper to "invisible". Before the ...
0
votes
0answers
22 views

Start Marquee Faster - OnTouchListener

I already made the textview marquee repeatedly when I touch it, but it takes like 3 seconds to start the marquee effect ! I want it to start right when I touch the textview ! Maybe I am using the ...
2
votes
1answer
51 views

Issue on changing the resource in imageView when that imageView is pressed

I am trying to write an application to change the image resource, when that imageView is pressed. I referred this link. I used both setOnTouchListener and setOnClickListener in my code. In both, i ...
0
votes
1answer
28 views

Get X and Y point within bitmap using OnTouchListener

I put a bitmap on the screen and want to make it so that when you touch a certain point on that bitmap something specific to that point happens. To do this I need it so that when a point on the ...
0
votes
0answers
84 views

Android WebView - onTouchListener stop working after scrolling page

I'm working on an application that shows images (like a slide show), when the user touches the image I want to open a web page in a WebView. The problem that I have is how to monitor user activity? ...
0
votes
0answers
18 views

How i can change the different layout of list item on fling event

I want to change the layout of listitem on which fling event is captured and wants to show new layout as aniamtion before setting new layout in the listitem. I have two question associated with it 1) ...
0
votes
1answer
53 views

Touch animation and OnItemClick in AdapterView

I have a grid with items like this: And I want to play animation for album cover when user touches it. I have created a class for this purpose: class TouchAnimationHelper { ... public ...
0
votes
2answers
71 views

Change EditText via slide/scroll/drag and normal input when only just touched

I would like to use two ways to change the input of my EditText field. The EditText field will be only allowing number ("12.34" format). Normal behavior: When the user touches the EditText it should ...
0
votes
0answers
56 views

Multiple-view ViewPager with onTouchListeners on all children

I have a ViewPager that is based upon Dave Smith's ViewPager container implementation [1] . The ViewPager shows about 5 children simultaneously and works as intended but I do have problems ...
0
votes
0answers
47 views

android surfaceView onTouchListener

I want to add an OnTouchListener to my surfaceView but I can't quite get it. I tried to add the OnTouchListener in the MainActivity with surfaceView.setOnClickListener(this); without result. Any ...
0
votes
0answers
76 views

Moving imageview between views

I am trying to move an imageview that is inside a tablerow that is inside a horizontalscrollview. Everything is wrapped by a relativelayout. During run time, I load the tablerow with images. I am ...
0
votes
1answer
36 views

Issue in detacting event of listview row

I have try to create listview like iphone where if you swipe let/right it will show you delete button and if you click on row it ll goes to next activity but i am facing some issue I have issue in ...
0
votes
1answer
72 views

How to make speech recognizer rwork on whole screen

I am making an application for visually impaired people and for that I want that whenever user touches anywhere on screen the speech recognizer should start. I have made speech recognizer and other ...
0
votes
2answers
48 views

OnTouchListener not called

I am trying to start voice recognition on a touch but the issue is OnTouchListener is not called when user touches the screen I tried to put breakpoint in function but it does not come in function at ...
1
vote
1answer
52 views

Android onTouch Listener Background Color Change

I'm using onTouchListener to change the background color when the user's finger is down and change back to default when the user's finger is up. The problem is that when the user's finger is down the ...
0
votes
0answers
36 views

How to call MotionEvent of parent view

I have a view with relative layout in it. I am adding a button programatically to my view using this code Button btn = new Button (this); btn.setId(2000); ...
0
votes
1answer
37 views

Image with click effect

I am trying to do click effect in my custom ImageView class AvatarView. I am using that code: // **** Listener onTouch ****. // Añadimos un listener para su pulsación. ...
0
votes
2answers
36 views

Add an onTouch event for Action_Down and _up to a button during runtime to play a sound while button is pressed

I want to create a button during run time. The button should start playing a sound when it is pressed and stop playing when the the user stops pressing the button. Browsing the web and Stack Overflow ...
0
votes
0answers
170 views

Android: ScrollView Intercepting Map API V2 touch

I have an Activity that have a scrollview that countains a lot of things... one of these is a mapfragment api v2. The BIG AND TROLLING PROBLEM is when I move the map vertically, ALL the Scroll moves, ...
0
votes
2answers
70 views

Android display a button with OnTouchListener

I have a button that disappears 3 seconds after I press on it. I would like to make it visible again by touching the screen. public class MainActivity extends Activity { Runnable buttonRunnable; ...
0
votes
1answer
70 views

android setting ontouchlistener on linearlayout does not work

I am new to android and I'm trying to detect sliding events. If I add my listener to a webview or textview it works perfectly fine: WebView myWebView = (WebView) findViewById(R.id.myWebview); ...
0
votes
0answers
39 views

Multiple imageview on touch action listener

I have 4 views in the same activity. I want to move each Imageview on touch in whole screen, but it allow me to move in its width height. Each image view's layout height and width is wrap_content. ...
0
votes
2answers
59 views

How to stop OnTouch method after one touche

i have one small problem.Basically what i want to do is draw waypoint to map ,with touches.But i want to stop that onTouch method after one waypoint added,cause now it add more waypoints with one ...
0
votes
1answer
17 views

Find Middle Touch in Android

I'm using below method to get touch events on my android app. i need to identify middle touch. how can i identify when user touch on middle of screen ? @Override public boolean onTouch(View v, ...
0
votes
1answer
106 views

Double event in imageView with OnTouchListener Android

I'm trying to build a drag and drop function using android 2.1 (sdk 2.1). I searched the web and could only find using android 4.0+. I have an ImageView (wrapped in a class with some attributes and ...
0
votes
0answers
95 views

android setOnTouchListener behavior different on android 2.3 and 4.1

I use setOnTouchListener to capture MotionEvent.ACTION_DOWN and MotionEvent.ACTION_MOVE to move a view when I tap on it. Bt works fine on Samsung S3 (4.1.1) but not works(can not capture the ...
1
vote
2answers
52 views

Getting Background Resource in another class in Android

I have quite a number of Buttons in an Android application and I want a separate class to be created to handle the Touch events. So I created the following class: public class OnTouchButtonEffects ...
0
votes
2answers
130 views

How to detect single tap on canvas drawings or bitmaps using onTouchListener?

The objective of this game is similar to that of a bubble popping game. Each time a bubble is touched, an interaction/event happens. So far this is what i have. It's kinda messy since i am new at ...
0
votes
0answers
45 views

How to move objects in a Gallery?

I have a Gallery and I want to move objects around the screen when yo do LongClick in an image from the gallery, but I don´t know how to do it! I would be very grateful if someone could help me. ...
6
votes
2answers
8k views

Android multitouch?

As a developer, I tend to program first then research later. I was trying to implement a screen that would handle multiple user inputs. Basically map more than just one finger. I tried two things.. ...
3
votes
6answers
7k views

Android : ImageView getID(); returning integer

I've set up an onTouch class to determine when one of my 40 buttons is pressed. The problem I am facing is determining which button was pressed. If I use: int ID = iv.getId(); When I click on ...

1 2 3 4 5 8