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. AbsListView

Added Methods
void   clearChoices ()  
int   getCheckedItemCount ()  
long[]   getCheckedItemIds ()  
int   getCheckedItemPosition ()  
SparseBooleanArray   getCheckedItemPositions ()  
int   getChoiceMode ()  
boolean   isFastScrollAlwaysVisible ()  
boolean   isItemChecked ( int )  
boolean   onRemoteAdapterConnected ()  
void   onRemoteAdapterDisconnected ()  
void   setAdapter ( ListAdapter )  
void   setChoiceMode ( int )  
void   setFastScrollAlwaysVisible ( boolean )  
void   setFriction ( float )  
void   setItemChecked ( int, boolean )  
void   setMultiChoiceModeListener ( MultiChoiceModeListener )  
void   setRemoteViewsAdapter ( Intent )  
void   setVelocityScale ( float )  
void   smoothScrollToPositionFromTop ( int, int )  
void   smoothScrollToPositionFromTop ( int, int , int )  
 

Added Fields
int   CHOICE_MODE_MULTIPLE  
int   CHOICE_MODE_MULTIPLE_MODAL  
int   CHOICE_MODE_NONE  
int   CHOICE_MODE_SINGLE