how can we get the id of the image and redirect to corresponding url
for eg :
Yahoo and google image will be in my list of images,if i click

 yahoo image ----> onclick ----->redirect to yahoo page

google image ------->onclick ------->redirect to google page

On Feb 15, 11:35 am, Jagruti Sangani <jagruti.sang...@inextrix.com>
wrote:
> On image click event use the intent and pass the url in that like
> Uri.parse("link") so it will redirect on that link.
>
> On Wed, Feb 15, 2012 at 12:04 PM, vivek elangovan <elangovan.vi...@gmail.com
>
> > wrote:
> > Hi members,
> >                       I m displaying list of images and my scenario
> > is i want to redirect to some page corresponding to the image i
> > clicked.If i m having list of urls corresponding to the images i had
> > where i have to mention the url? and onclicking the image i have to
> > redirect to corresponding url.
>
> > --
> > 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