My class extends View and I need to get continuous touch events on it.
If I use:
public boolean onTouchEvent(MotionEvent me) { if(me.getAction()
You need to set this properties for the element android:focusable="true" android:clickable="true" if not, just produce the down action.