I am a newbe to android and have been following the tutorials posted online to experiment with coding for android. I am trying to display a list which has input from two different arrays, but every ti
Please take a look at the screenshot on the left: http://bit.ly/a4F5Ln Could anyone tell me what view components are those with texts Notebook and Selected tags? Could it be TwoLineListItem? Any exa
I want to know how to change the orientation of my layout. In manifest I have: android:screenOrientation=\"landscape\"
I tried the following to try to display two buttons in a horizontal linear layout, with the edges of the buttons flush with the border of the linear layout.To my surprise, I found that there is always
I need to create an XML with the following content: * Two TextViews with varying text (1- 3 rows), one TextView below the other.
Maybe some background: I\'m trying to have a specific keyboard-view visible above a scrollable full-screen EditText when the user clicks it. The problem is that if the cursor is at the bottom of the E
Hierarchy Viewer tool is missing from my android-sdk-windows\\tools directory. Link to tool: http://developer.android.com/guide/developing/tools/hierarchy-viewer.html
I am creating custom shapes for certain buttons but I want them to maintain the systems current color scheme. I thought that by not applying a gradient or color开发者_如何学编程 it would automagically
I inflated a ListView as the contentView in a PopupWindow. If I don\'t set the width & height, I can\'t see the PopupWindow.
I have an application which is designed for a fixed screen size.But when i install the application on a device with different screen size ,i am not able to view the complete application.