I\'ve been using Eclipse for developing apps in android for quite some time. I updated the Android SDK Platform to 3.0, API 11 recently. Now I\'m unable to open the AndroidManifest.xml or any other XM
So I have an extended TextView that I\'m trying to create a StaticLayout from so that I can detect if the text is going off-screen by calling getEllipsisCount.
I\'ve programmed my own custom ViewGroup to be able to display several child views and also dynamically move them around and rotate them.
I have a RelativeLayout that has a 9-patch background image. The image is a simple speech bubble with a perfectly centered \"arrow\" at the bottom middle.
I have 4 tabs that I load using a TabHost and TabWidget using the following layout: <TabHost xmlns:android=\"http://schemas.android.com/apk/res/android\"
So I\'m writing an app for a specific area where the user really doesn\'t need to see the full address.I want to开发者_JAVA百科 turn a textview into a map address link, but don\'t want to have to expl
I am using the android tab layout. I have 4 tabs.My first tab \"Home\" is a list view.I want to invoke the fourth tab on the click of a list item in my \"Home\" tab.How can i achiei开发者_开发问答ve t
I want to create a layout like the below picture. How can I set the drop-down like this with cancel option. I am using spinner to show the drop-down but开发者_C百科 cannot set the layout like this.
i am creating app, which requeres to display keypad all the time. For window i layout described in *.xml. How i can add keypad to this view?
I have Activity with root 开发者_开发问答LinearLayout. I set some of the components weight to \"1\" to fill the gap. Now the problem is, Some EditText are hide under the Soft Keypad while typing. And