I have an expandable list that contains groups : continents and child : countries. When one country is clicked i want the country to be displayed in a textview on another class.
I 开发者_如何学运维have set a tabhost in the bottom of screen,on the top of screen is a edittext,when i click the editext,the screen keyboard jump up,and lift tabhost to the middle of the screen.i jus
I would like to place a layout on the bottom of a LinearLayout, but I can\'t seem to get it to work. I know that I can use RelativeLayout to do this, but I should be able to use LinearLayou开发者_开发
I\'m using the Android plug-in in my Eclipse environment to design layouts. I have a variety of PNG files in different locations. Some of these PNG files cannot be rendered by the plug-in although th
This is my first question in stack overflow. Please be liberal in validating it against the posting etiquette. which I am trying to adhere to.
I am working on an application that needs to add rows to a table with 2 columns dynamically . Below is the code i am using .... i am getting a \"ForceClose\" error ... plss help ....
I want to hide the title bar using code for some of my activities. I have used the following code this.requestWindowFeature(Window.FEATURE_NO_TITLE);
I have an Activity that extends FragmentActivity (it originally extended Activity but I changed this - the reason isn\'t really important, but I included this in case it helps track down the problem).
I am developing an android app in which I have to present the user List views wh开发者_开发百科ich changes dynamically as follows
I have two relative layout in the same activity (for a 3d flip animation) that I rotate between them using a button.