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

Class android.widget.ArrayAdapter

Removed Methods
void addObject(T)  
View getMeasurementView(ViewGroup)  
int getNewSelectionForKey(int, int, KeyEvent) @see android.widget.Adapter#getNewSelectionForKey
void insertObject(T, int)  
void removeObject(T)  
 

Added Methods
void add(T) Adds the specified object at the end of the array.
void clear() Remove all elements from the list.
void insert(T, int) Inserts the spcified object at the specified index in the array.
void remove(T) Removes the specified object from the array.
void setNotifyOnChange(boolean) Control whether methods that change the list (.add, .insert, .remove, .clear) automatically call .notifyDataSetChanged.
 

Changed Methods
void notifyDataSetChanged() Method was inherited from android.widget.BaseAdapter, but is now defined locally. {@inheritDoc}
 

Removed Fields
int mFieldId  
 

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