[android-developers] Can we detect 'screen touch' event itself from on any widget?

2011-10-11 Thread Build account
Hello. My question might be ambigous to understand. But let say that In this situation, - I have an activity which contain buttons and filled list view. - I want to know the touch event whether screen touched on my activity anywhere(not on specific widget) - Is it possible to detect the event?

Re: [android-developers] Can we detect 'screen touch' event itself from on any widget?

2011-10-11 Thread TreKing
On Tue, Oct 11, 2011 at 12:35 PM, Build account newandroi...@gmail.comwrote: - 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