Top "Android-2.1-eclair" questions

For issues relating to developing with the Android SDK, version 2.1.

Android start activity on Menu Item selection

I have 2 classes. One will be a basic instructions screen and on that screen it will have a menu that …

android menu android-activity android-intent android-2.1-eclair
how can I pass a variable into a new Runnable declaration?

I have the following : Runnable done = new Runnable() { public void run() { System.out.println("Hello"); } }; And then in my Android …

java android runnable android-2.1-eclair
Swipe Gesture inside ListView - Android

I am a newbie for Android. I got a tutorial on how to implement the `listView here: I implemented it …

android android-listview swipe android-2.1-eclair viewswitcher
How can I force a GridView to use the whole screen (regardless of display size)?

I've got the following layout file, which has a GridView and an ImageView behind that as the background. <?xml …

android gridview android-2.1-eclair android-2.0-eclair
android splash screen/ loading screen

I have a splash screen/loading screen that has .setVisibility() to GONE right after the draw call of my large …

android multithreading splash-screen android-2.1-eclair
Unable to bind onClick xml onto a method in my activity

I've got the following Button declared in my main.xml <Button android:name="@+id/clickedStartService" android:layout_height="wrap_…

android android-2.1-eclair
ConnectivityManager getActiveNetworkInfo() is always null even with data traffic active

i'm working on a android project and i had the need to check for internet connection. i searched the web …

android null connectivity android-2.1-eclair android-wireless
Android:Translation and Rotation Animation simultaneously

I want to show two animation simultaneously programatically not in XML file.It should ROTATE and TRANSLATE how can I …

animation android-2.1-eclair rotateanimation translate-animation
How to decrease the size of image displayed on radio button in android without using new image

I have designed an activity in which i have two radio button but those size are more than enough i …

android android-layout android-2.1-eclair