Hi guys i am having a problem disabling a particular listadapter's
item depending on a certain condition.
 I have overriden
public boolean isEnabled(int position) {

                    return true;

                }
and
 public boolean isEnabled(int position) {

                    return !mStrings[position].startsWith("Eclipse");

                }
This is getting disabled fine but i want to toggle it to enable -
disable based on a certain condition. Presently it is permanently
Disabled.Any help ? thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to