commit | 8f5361ba0d9eeaded8bcf9d1b14dbcfce7cc13fb | [log] [tgz] |
---|---|---|
author | Muthu Ramadoss <muthu.ramadoss@gmail.com> | Fri Nov 07 16:17:09 2008 +0530 |
committer | Jean-Baptiste Queru <jbq@google.com> | Wed Aug 26 08:48:03 2009 -0700 |
tree | d422b03bf864148f26064ec41f2b9f20e481b56f | |
parent | 94d3d59106a85ebe4d1dd6a0e5ffad6bcf9c7de0 [diff] |
Enhancement: ApiDemos - App - Dialog - AlertDialog with MultipleChoices backed by Cursor Added an example for using AlertDialog in Multichoice mode backed up by Cursor. This example can be used to test the following bug: http://code.google.com/p/android/issues/detail?id=955 AMEND: Added a Toast to display readonly status of cursor, so data will not be updated. Removed empty code blocks, which did nothing.