See nrmally when we have a button in a page in the onClick(View  v ){
if(btn1==v)
{

startActivity(new
Intent(FirstScreenActivity.this,SecondScreenActivity.class));

}

}


for a touch how will can we co-ordinate .. this is ma doubt ..


On Sep 6, 11:40 pm, Logesh rajendren <loges...@gmail.com> wrote:
> try making the whole first page as a button , so that it looks better . But
> I dono if its feasible because me too new to android.
>
>
>
>
>
>
>
> On Tue, Sep 6, 2011 at 11:35 AM, sam <hotdude...@gmail.com> wrote:
> > Is there any other way that u know i can achieve that .. cozz i dnt
> > want to keep a button the first screen .. i just need to touch the
> > screen to get into the second screen ..
>
> > On Sep 6, 11:31 pm, Logesh rajendren <loges...@gmail.com> wrote:
> > > 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
> > > > 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
> > android-developers@googlegroups.com
> > > > To unsubscribe from this group, send email to
> > > > android-developers+unsubscr...@googlegroups.com
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

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

Reply via email to