Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.widget. ListView

Removed Methods
void  setAdapter( ListAdapter )  
 

Added Methods
void   smoothScrollByOffset ( int )  
 

Changed Methods
void   clearChoices () Method was locally defined, but is now inherited from AbsListView .  
long[]   getCheckedItemIds () Method was locally defined, but is now inherited from AbsListView .  
int   getCheckedItemPosition () Method was locally defined, but is now inherited from AbsListView .  
SparseBooleanArray   getCheckedItemPositions () Method was locally defined, but is now inherited from AbsListView .  
int   getChoiceMode () Method was locally defined, but is now inherited from AbsListView .  
boolean   isItemChecked ( int ) Method was locally defined, but is now inherited from AbsListView .  
void   setChoiceMode ( int ) Method was locally defined, but is now inherited from AbsListView .  
void   setItemChecked ( int, boolean ) Method was locally defined, but is now inherited from AbsListView .  
 

Changed Fields
int   CHOICE_MODE_MULTIPLE Field was locally defined, but is now inherited from AbsListView .  
int   CHOICE_MODE_NONE Field was locally defined, but is now inherited from AbsListView .  
int   CHOICE_MODE_SINGLE Field was locally defined, but is now inherited from AbsListView .