Android interface to define a callback to be invoked when a view is touched.
0
votes
0answers
14 views
Android: Joining two points by OnTouch and follow dragging
I'm attaching two images on what I'm aiming to do.
This will be the view of canvas on Start-Up.
Now user can touch any of the points and drag vertically or horizontally to join it with other point ...
0
votes
1answer
28 views
Android: Moving a View with onTouch has definite lag
I'm coming up the learning curve on Android, at the moment working on user interface details. One of the basic things I am trying is moving something around on the screen with my finger. Seems like a ...
1
vote
1answer
20 views
Can't get onTouchListener to fire
I'm trying to get a touch listener to fire, but I can't make it work. Anyone see what I am doing wrong? Thanks!
public class FindEventsActivity extends Activity implements LocationListener, ...
0
votes
0answers
10 views
ACTION_MOVE not being triggered on tap-and-hold
I'm trying to implement a means to detect a tap-and-hold on Android, with the result that a method will be called repeatedly until the user lifts their finger from the screen. The issue I'm having is ...
0
votes
1answer
34 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
11 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
26 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
15 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
28 views
OnTouchListener for list item layout not taking for inner controls
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
34 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
12 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
37 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
42 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
43 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
0answers
43 views
Moving an ImageView located in a WindowManager doesn't work properly
I'm trying to draw an Icon over everything on the screen (TOP MOST) similar to the chathead of new Facebook messenger
I have create a service to work in the background and based on a specific ...
0
votes
0answers
11 views
Implement onClickLisener on invisible or gone ImageView?
Implement onClickLisener on invisible or gone ImageView, is it posible?
0
votes
2answers
51 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
56 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
80 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
61 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
82 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
17 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
15 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
44 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
24 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
54 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
30 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
97 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
37 views
In Mono For Droid How to move ImageView when I touch it?
I'm using Mono-For-Droid. I have an ImageView and want to move it to follow my finger when I touch it and stop moving when I release my finger.
Here is my code, please advice how do it?
using ...
0
votes
0answers
20 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
55 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
72 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
61 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
52 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
82 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
54 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
55 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
38 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
39 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
37 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
183 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
74 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
0answers
57 views
Android:WebView Top,Bottom,Center position listener
I have a layout :
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
...
0
votes
1answer
75 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
42 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
62 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 ...






