Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Re : onclick image redirecting
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
vivek elangovan  
View profile  
 More options Feb 15, 1:34 am
From: vivek elangovan <elangovan.vi...@gmail.com>
Date: Tue, 14 Feb 2012 22:34:20 -0800 (PST)
Local: Wed, Feb 15 2012 1:34 am
Subject: Re : onclick image redirecting
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jagruti Sangani  
View profile  
 More options Feb 15, 1:35 am
From: Jagruti Sangani <jagruti.sang...@inextrix.com>
Date: Wed, 15 Feb 2012 12:05:53 +0530
Local: Wed, Feb 15 2012 1:35 am
Subject: Re: [android-developers] Re : onclick image redirecting

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivek elangovan  
View profile  
 More options Feb 15, 1:51 am
From: vivek elangovan <elangovan.vi...@gmail.com>
Date: Tue, 14 Feb 2012 22:51:57 -0800 (PST)
Local: Wed, Feb 15 2012 1:51 am
Subject: Re: Re : onclick image redirecting
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jagruti Sangani  
View profile  
 More options Feb 15, 1:55 am
From: Jagruti Sangani <jagruti.sang...@inextrix.com>
Date: Wed, 15 Feb 2012 12:25:48 +0530
Local: Wed, Feb 15 2012 1:55 am
Subject: Re: [android-developers] Re: Re : onclick image redirecting

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivek elangovan  
View profile  
 More options Feb 15, 2:04 am
From: vivek elangovan <elangovan.vi...@gmail.com>
Date: Tue, 14 Feb 2012 23:04:42 -0800 (PST)
Local: Wed, Feb 15 2012 2:04 am
Subject: Re: Re : onclick image redirecting
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jagruti Sangani  
View profile  
 More options Feb 15, 2:09 am
From: Jagruti Sangani <jagruti.sang...@inextrix.com>
Date: Wed, 15 Feb 2012 12:39:16 +0530
Local: Wed, Feb 15 2012 2:09 am
Subject: Re: [android-developers] Re: Re : onclick image redirecting

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Narendra Singh Rathore  
View profile  
 More options Feb 15, 2:09 am
From: Narendra Singh Rathore <nsr.curi...@gmail.com>
Date: Wed, 15 Feb 2012 12:39:42 +0530
Local: Wed, Feb 15 2012 2:09 am
Subject: Re: [android-developers] Re: Re : onclick image redirecting

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?

Yes, you can

In the OnItemClick method, try to do that


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Narendra Singh Rathore  
View profile  
 More options Feb 15, 2:15 am
From: Narendra Singh Rathore <nsr.curi...@gmail.com>
Date: Wed, 15 Feb 2012 12:45:56 +0530
Local: Wed, Feb 15 2012 2:15 am
Subject: Re: [android-developers] Re: Re : onclick image redirecting

On Wed, Feb 15, 2012 at 12:39 PM, Narendra Singh Rathore <

nsr.curi...@gmail.com> wrote:

> 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?

> Yes, you can

> In the OnItemClick method, try to do that

 You can even check the position, and according to it, use Intent and
switch to uri
Try doing that

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivek elangovan  
View profile  
 More options Feb 15, 3:56 am
From: vivek elangovan <elangovan.vi...@gmail.com>
Date: Wed, 15 Feb 2012 00:56:09 -0800 (PST)
Local: Wed, Feb 15 2012 3:56 am
Subject: Re: Re : onclick image redirecting
i m using  imageview

On Feb 15, 12:09 pm, Jagruti Sangani <jagruti.sang...@inextrix.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hooman os  
View profile  
 More options Feb 15, 4:03 am
From: hooman os <hoomi2...@gmail.com>
Date: Wed, 15 Feb 2012 09:03:13 +0000
Local: Wed, Feb 15 2012 4:03 am
Subject: Re: [android-developers] Re: Re : onclick image redirecting

You can use setTag() and getTag() to retrieve your url from an imageview

On Wed, Feb 15, 2012 at 8:56 AM, vivek elangovan
<elangovan.vi...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivek elangovan  
View profile  
 More options Feb 15, 6:37 am
From: vivek elangovan <elangovan.vi...@gmail.com>
Date: Wed, 15 Feb 2012 03:37:28 -0800 (PST)
Local: Wed, Feb 15 2012 6:37 am
Subject: Re: Re : onclick image redirecting
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jagruti Sangani  
View profile  
 More options Feb 15, 7:16 am
From: Jagruti Sangani <jagruti.sang...@inextrix.com>
Date: Wed, 15 Feb 2012 17:46:11 +0530
Local: Wed, Feb 15 2012 7:16 am
Subject: Re: [android-developers] Re: Re : onclick image redirecting

I will checkout.

On Wed, Feb 15, 2012 at 5:07 PM, vivek elangovan
<elangovan.vi...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Narendra Singh Rathore  
View profile  
 More options Feb 16, 4:07 am
From: Narendra Singh Rathore <nsr.curi...@gmail.com>
Date: Thu, 16 Feb 2012 14:37:43 +0530
Local: Thurs, Feb 16 2012 4:07 am
Subject: Re: [android-developers] Re: Re : onclick image redirecting

Hey Vivek, have u checked what I told u?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vivek elangovan  
View profile  
 More options Feb 16, 4:16 am
From: vivek elangovan <elangovan.vi...@gmail.com>
Date: Thu, 16 Feb 2012 01:16:28 -0800 (PST)
Local: Thurs, Feb 16 2012 4:16 am
Subject: Re: Re : onclick image redirecting
wrote :
          Hey Vivek, have u checked what I told u?

hi,
     not yet thanks for the reply but i got some ideas from ur reply
and once i implement that i will inform u

On Feb 16, 2:07 pm, Narendra Singh Rathore <nsr.curi...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »