Top "Android-event" questions

On Android, there's more than one way to intercept the events from a user's interaction with your application.

View.onTouchEvent only registers ACTION_DOWN event

I'm implementing a custom TextView and I want to do some action when the view is touched. I figured the …

android android-custom-view touch-event android-event
Android send data from activity to activity using bundle

i have to activities AnswerQuestion.java and SendAnswerToServer.java, and i want to send data from first activity to another …

android android-intent android-event
onTouchEvent executes twice

Can anyone explain to me why is the onTouchEvent executed twice and how can I set it to run only …

android android-event
Android Touch UP not working

im kinda stuck with this project in android im trying to figure out why this is not working but i …

java android android-event
Detect touch event when onInterceptTouchEvent() used

I am asking this rather complex question hoping that i would get an idea from you. Here is the thing: …

android android-listview touch-event android-event
Fire event on AsyncTask finished

My app has a login activity and it checks the credentials via an internet website. To do so, I (have …

android interface android-asynctask listener android-event