API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Removed Methods | |
---|---|
void onCompleteThaw(Bundle ) |
Ensures the list view has been created before Activity restores all of the view states. |
Added Methods | |
---|---|
void onRestoreInstanceState(Bundle ) |
Ensures the list view has been created before Activity restores all of the view states. |
Changed Methods | ||
---|---|---|
boolean onKeyDown(int, |
Method was locally defined, but is now inherited from Activity. | Called when a key was pressed down and not handled by any of the views inside of the activity. |
Added Fields | |
---|---|
ListAdapter mAdapter |
|
ListView mList |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |