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

Search results

  1. H

    Apps Get effective size of a View object

    Hi, I have a WebView. I would like to handle those touch who falls into a specific region of the WebView, for example the Rectangle [0, 0, 50, 200]... I wrote the following code... wvFirst.setOnTouchListener(new OnTouchListener() { public boolean onTouch(View view, MotionEvent event)...