In my app I\'ve got a fragment which is called \"About\". On handhelds I want this fragment to look like a usual activity but on tablets I want it to be a dialog. Which way is preferred开发者_Python百
I am developing an Android app for tablets and not using the compatibility library. There is just one Activity and it uses the ActionBar with 3 tabs.
I have been doing some research on the upgrading my app (android:maxSdkVersion = “10”) to Honeycomb and would like some advice.
I\'m trying to check how a web page is displayed in the Android emulator browser, but seems that I\'m out of luck today.
I am looking to add DLNA server capabilities of one of my current applications (for movie management), and I\'ve tried to do some searching for any documentation on it, but so far I\'ve only found a p
I\'m using a honeycomb device to test my app and for whatever reason the app runs like it doesn\'t have any content layout set. It used to run fine and it all of a sudden started showing just black. O
im a complete noob to android and java but have wanted to learn for a while. im trying to build a file browsing app which can view files and directories in a samba server or other file shares.
This is a pretty specific question. I have a spinner on an ActionBar that is added in the onCreate() method. I have been able to style the text white, but I can\'t get the underline and the triangle/a
I\'m building application on SKD 11+ (Android 3.x) and when I\'m doing in-app billing request th开发者_StackOverflow社区e checkout popup is always displaying in landscape mode - causing that my whole
I am trying to develop a hybrid app for both 3.2 and 2.2/2.3 using IntelliJ Community Edition. But when I want to deploy the app (minSDK is set to 8 in the manifest) to a phone it doesn\'t work. It ac