By View im sure he meant <View android:id="@+id/top_view" android:layout_height="fill_parent" android:layout_height="fill_parent"/>
set ur base activity's view to that and handle onClick in ur activity. then in onClick u can do startActivity to bring up the next activity. On Sep 6, 2:07 pm, Appaholics <[email protected]> wrote: > 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 <[email protected]> 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 > > 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 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 > > -- > ------------------ > Raghav Sood > CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles > required to have complete > control)http://www.raghavsood.com/https://market.android.com/developer?pub=Appaholicshttp://www.appaholics.in/ -- 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

