Hi
I am trying to update a ListView with the following:
TextView listItem= (TextView)mAvailableOptionsListView.getAdapter
().getView(1, null, null);
listItem.setText("test");
The problem is that it does not update in the
mAvailableOptionsListView ListView. Why is that?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---