android-3.0-honeycomb
What are the benefits of CursorLoaders?
I use Cursors extensively in my app, to load and occasionally write information from and to a database. I have seen that Honeycomb and开发者_Go百科 the Compatibility Package have new Loader classes de[详细]
2023-03-30 06:27 分类:问答Handling Gestures in default Honeycomb browser with RaphelJS
I\'ve been trying to get gestures to work in a webpage using RaphaelJS in Honeycomb\'s default browser (Motorola Xoom, v3.2), but I\'m not seeing any gesture events firing. They work OK on iPad in Saf[详细]
2023-03-30 02:11 分类:问答ActionBar Overflow Menu styling information for manual implementation
I\'m trying to duplicate the Overflow Menu dropdown functionality for other ActionBar items. I\'m working on a manual implementation of this functionality as I think it has been left out of the enviro[详细]
2023-03-30 00:52 分类:问答Theme-specific TextView appearances not always working
I\'ve got this rather peculiar issue. I\'m using the default Android appearances to style my TextViews, and all but one seam to be working flawlessly.[详细]
2023-03-29 17:48 分类:问答How can I get android Honeycomb system's screen width and height?
my code: Display display = activity.getWindowManager().getDefaultDisplay(); DisplayMetrics displayMetrics = new DisplayMetrics();[详细]
2023-03-29 14:12 分类:问答Replacing an ActionBar menu item icon with an indeterminate ProgressBar
I would like to add an indeterminate progress bar to the Honeycomb ActionBar, so that any time the user presses \"Refresh\", the refresh icon temporarily turns into an indeterminate progress bar, unti[详细]
2023-03-29 13:09 分类:问答What is the proper way to handle child selection when an ExpandableListView gets focus?
I have an ExpandableListView and then some other control that can have focus to the right of it.Something like this.Note: Child2 is selected开发者_如何学JAVA.[详细]
2023-03-29 08:16 分类:问答Why does my view's background change during an animation?
Simple animation; I just want something to slide away to the left. <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-03-29 07:58 分类:问答The cursor is moving to the left of entered text instead of right on Honeycomb
This is a kind of strange problem.One of the EditText controls we are using is moving the cursor to the left of typed text instead of the right.This only happens on Honeycomb (same code on Gingerbread[详细]
2023-03-28 19:37 分类:问答db4o on Honeycomb Db4oException: File format incompatible
I\'m using db4o in a small project that works great on Android 2.2, 2.3, etc. On Honeycomb, however, database initialization results in the following error:[详细]
2023-03-28 18:51 分类:问答