I have a scrollview with a linear layout inside. One of the elements inside this linearlayout is a glsurfaceview.
I\'m trying to build a public transport app and based on a departure station and arrival station the ap开发者_高级运维p will display all possible connections departing immediately and for the next hou
I\'m a complete beginner with Android Development and I\'m trying to do something which I feel should be simple but doesn\'t seem to be (for me, anyway). The awesome ascii art below demonstrates they
I have a form with a format of: <LinearLayout> <RelativeLayout>TextView EditText Button</RelativeLayout>
I am working on an app in which I am trying to continuously flip between two colors of Layout (Linear Layout) , but the colors are not changing as expected. When I run the app, it waitsand only the co
I\'ve recently developed an android game using Eclipse. I\'m r开发者_开发知识库eally a newbie at this so forgive me if what I will ask is too simple. >.<
I am trying to setup an activity in Android that has 50% of the screen hight for a ScrollView and the other 50% for a ListView.
I am using a HorizentalScrollView in a view. I add TextView at runtime. I use horView.smoothScrollTo(x,y);It works fine for simulator. But it doesn\'t scroll at HTCDesire 2.2 ? any idea? here my code.
i am trying to build this application and it\'s looking great on a regular 3.7in WVGA screen the problem is as you see when you install the app on a larger screen it will look off. any ideas on how to
I have a linear layout that is contained inside a relative layout. It is set in the XML file to be to the right of another linear layout (this works fine).