On Tue, Oct 11, 2011 at 12:35 PM, Build account <[email protected]>wrote:

> - I want to know the touch event whether screen touched on my
> activity anywhere(not on specific widget)
>

You want to know if your Activity can receive touch events. First step, go
to the Activity documentation. Second step, do a find on "touch". Voila.

http://developer.android.com/reference/android/app/Activity.html#onTouchEvent(android.view.MotionEvent)

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to