API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Interface android.widget.Adapter

Removed Methods
int getNewSelectionForKey(int, int, KeyEvent) Given a keyboard key, let the adapter suggest the position in the data set to be made the new selected item.
boolean stableIds() Indicated whether the item ids are stable across changes to the underlying data.
 

Added Methods
int getItemViewType(int) Get the type of View that will be created by .getView for the specified item.
int getViewTypeCount()

Returns the number of types of Views that will be created by .getView.

boolean hasStableIds() Indicated whether the item ids are stable across changes to the underlying data.
boolean isEmpty() @return true if this adapter doesn't contain any data.
 

Added Fields
int IGNORE_ITEM_VIEW_TYPE An item view type that causes the AdapterView to ignore the item view.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff