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.
> 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+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en
> 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+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
> wrote: > 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+unsubscribe@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+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en
> how you had use the images like different image control or in Image galary?
> On Wed, Feb 15, 2012 at 12:21 PM, vivek elangovan <elangovan.vi...@gmail.com
> > wrote:
> > 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+unsubscribe@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+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
i am asking about images how u use like imageview,imagebutton or image galary?because based on u use the images you can apply the intent.grid layout is a one type display layout not control.plz specify clearly or u can code paste here.
On Wed, Feb 15, 2012 at 12:34 PM, vivek elangovan <elangovan.vi...@gmail.com
> wrote: > In a grid layout displayed images and using posistion can i call > intent?
> On Feb 15, 11:55 am, Jagruti Sangani <jagruti.sang...@inextrix.com> > wrote: > > how you had use the images like different image control or in Image > galary?
> > On Wed, Feb 15, 2012 at 12:21 PM, vivek elangovan < > elangovan.vi...@gmail.com
> > > wrote: > > > 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
> > > 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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en
> i am asking about images how u use like imageview,imagebutton or image
> galary?because based on u use the images you can apply the intent.grid
> layout is a one type display layout not control.plz specify clearly or u
> can code paste here.
> On Wed, Feb 15, 2012 at 12:34 PM, vivek elangovan <elangovan.vi...@gmail.com
> > wrote:
> > In a grid layout displayed images and using posistion can i call
> > intent?
> > On Feb 15, 11:55 am, Jagruti Sangani <jagruti.sang...@inextrix.com>
> > wrote:
> > > how you had use the images like different image control or in Image
> > galary?
> > > On Wed, Feb 15, 2012 at 12:21 PM, vivek elangovan <
> > elangovan.vi...@gmail.com
> > > > wrote:
> > > > 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
> > > > 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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
> On Feb 15, 12:09 pm, Jagruti Sangani <jagruti.sang...@inextrix.com> > wrote: > > i am asking about images how u use like imageview,imagebutton or image > > galary?because based on u use the images you can apply the intent.grid > > layout is a one type display layout not control.plz specify clearly or u > > can code paste here.
> > On Wed, Feb 15, 2012 at 12:34 PM, vivek elangovan < > elangovan.vi...@gmail.com
> > > wrote: > > > In a grid layout displayed images and using posistion can i call > > > intent?
> > > On Feb 15, 11:55 am, Jagruti Sangani <jagruti.sang...@inextrix.com> > > > wrote: > > > > how you had use the images like different image control or in Image > > > galary?
> > > > On Wed, Feb 15, 2012 at 12:21 PM, vivek elangovan < > > > elangovan.vi...@gmail.com
> > > > > wrote: > > > > > 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
> > > > > 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+unsubscribe@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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en
> i am asking about images how u use like imageview,imagebutton or image
> galary?because based on u use the images you can apply the intent.grid
> layout is a one type display layout not control.plz specify clearly or u
> can code paste here.
> On Wed, Feb 15, 2012 at 12:34 PM, vivek elangovan <elangovan.vi...@gmail.com
> > wrote:
> > In a grid layout displayed images and using posistion can i call
> > intent?
> > On Feb 15, 11:55 am, Jagruti Sangani <jagruti.sang...@inextrix.com>
> > wrote:
> > > how you had use the images like different image control or in Image
> > galary?
> > > On Wed, Feb 15, 2012 at 12:21 PM, vivek elangovan <
> > elangovan.vi...@gmail.com
> > > > wrote:
> > > > 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
> > > > 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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
> i attached my source files and mailed it to you.pls check it.
> On Feb 15, 12:09 pm, Jagruti Sangani <jagruti.sang...@inextrix.com> > wrote: > > i am asking about images how u use like imageview,imagebutton or image > > galary?because based on u use the images you can apply the intent.grid > > layout is a one type display layout not control.plz specify clearly or u > > can code paste here.
> > On Wed, Feb 15, 2012 at 12:34 PM, vivek elangovan < > elangovan.vi...@gmail.com
> > > wrote: > > > In a grid layout displayed images and using posistion can i call > > > intent?
> > > On Feb 15, 11:55 am, Jagruti Sangani <jagruti.sang...@inextrix.com> > > > wrote: > > > > how you had use the images like different image control or in Image > > > galary?
> > > > On Wed, Feb 15, 2012 at 12:21 PM, vivek elangovan < > > > elangovan.vi...@gmail.com
> > > > > wrote: > > > > > 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
> > > > > 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+unsubscribe@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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en