The UI in Android Honeycomb is ve开发者_StackOverflow社区ry different. I\'m looking for things that have changed that would be of interest to developers. Google hasn\'t updated it\'s UI guidelines yet
In Android 2.3 and below, you could make an application full screen, and then \"hijack\" the menu/back/search buttons by just returning false onKeyDown()... and registering the app as a default home l
I\'m trying to change my app icon to make it match the blue of Honeycomb but maintain the green icons for previous Android versions. I\'ve come across a problem where if I put the blue 72x72 icon in 开
now that the final SDK is out with google apis - what is the best way to create a Fragment with a MapView? MapView needs a MapActivity to work right.
Can any one provide any example of 开发者_C百科StackView in Android 3.0 HoneyComb , it wll be a gr8 help for me .. thnxxx....You can find a very basic tutorial on StackView here:
Last week i began the honeycomb update for my app and since then the documentation has become available. One of the really big things to change in my app is the use of the ActionBar. I am a little dis
Doing something in background and then updating UI is very hard to implement correctly in Android. It\'s simply badly designed. Typical example is an AsyncTask that fetches something from the web and
I would like to open an activity which in 开发者_如何学JAVAturns uses startActivityForResult window and opens, let us assume, 5 activities. So in the UI I would like it to display using the format pre
I saw this post about using the new holographic themes on Honeycomb: Change theme according to android version
I am current开发者_如何学Goly planning the honeycomb update for my app and i am wondering how to use the Action Bar correctly. My first question is if it is possible to hide the App-Icon and Title fro