i had tried if ...else condition.it did not wok.so i changed it to
if...else if

shruthi

On Thu, May 24, 2012 at 4:22 PM, kalandar <kasimk...@gmail.com> wrote:

>
>  hi shruthi,
>
>         I think you are using if condition inside the getView method to
> visible or invisible some buttons.
> try if... else condition instead of if , like this
>
> if(condition true)
>  {
>   button visible;
>  }
> else
>  {
>   button false;
>  }
>
> it will cure your problem....
> let me know this will help or not....
>
> Regards
> kalandar N
>
> --
> 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