[android-developers] How to use Tap Gesture???

2011-09-06 Thread sam
Hi Guys , Can u please guide me on how to use Tap gesture .. I'm trying to enter into screen2 from screen1 when the user taps the screen How can i do that ?? I googled a lot .. didn't get a clear idea ... Can someone help me on this Please Cheers, Sam -- You received this message because

Re: [android-developers] How to use Tap Gesture???

2011-09-06 Thread Appaholics
If that is all our app does is move from A to B then just put a view with height and width set the fill_parent and implement the onClick() method for that view. Thanks On Tue, Sep 6, 2011 at 11:18 PM, sam hotdude...@gmail.com wrote: Hi Guys , Can u please guide me on how to use Tap gesture

Re: [android-developers] How to use Tap Gesture???

2011-09-06 Thread Logesh rajendren
There is also a method onTap() . I dono much about its functionalities . you please check that. On Tue, Sep 6, 2011 at 10:48 AM, sam hotdude...@gmail.com wrote: Hi Guys , Can u please guide me on how to use Tap gesture .. I'm trying to enter into screen2 from screen1 when the user taps the