• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. R

    how to control touchlistener and clicklistener events

    Hi, I have an app, when i am trying to touch and move the screen content it the click event has taken place can some one help me on this. i have given the sample code. Initialization part: ----------------- (findViewById(R.id.about)).setOnClickListener(aboutListener); Method definition...