For issues relating to developing with the Android SDK, version 2.1.
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-eclairI 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-eclairI 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 viewswitcherI'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-eclairI 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-eclairI've got the following Button declared in my main.xml <Button android:name="@+id/clickedStartService" android:layout_height="wrap_…
android android-2.1-eclairi'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-wirelessI 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-animationI 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