Re: [android-developers] Fwd: image view listener

2011-07-18 Thread arun kumar
Thankyou gaurav now its working for me. -- 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

Re: [android-developers] Fwd: image view listener

2011-07-17 Thread arun kumar
thank you for reply while changing that code am getting application force close. On Sat, Jul 16, 2011 at 2:49 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: Hi Arun, Add this line in ur program if (((ImageView) v).isClickable()) {

Re: [android-developers] Fwd: image view listener

2011-07-17 Thread gaurav gupta
Hi Arun, it should to work. i dont know the full flow of your code. if u will send ur code, then i can help you.its not a big issue,its simplest program. On Mon, Jul 18, 2011 at 11:06 AM, arun kumar arun.kata...@gmail.com wrote: thank you for reply while changing that code am getting

Re: [android-developers] Fwd: image view listener

2011-07-16 Thread gaurav gupta
Hi Arun, Add this line in ur program if (((ImageView) v).isClickable()) { img4.setVisibility(View.VISIBLE); *img3.setVisibility(View.GONE);* } else {