Posts Tagged ‘ spinner adapter ’

Testing ItemSelectedListener for Spinner using Android Testing Framework

November 18, 2012
By
Result of Automated Testing

In this article, we will create a test application in Android Testing Framework, to test itemselectedlistener for a Spinner widget. The application developed in the article titled “ItemSelectedListener for Android Spinner Widget – Example” is tested in this application. This test application is developed in Eclipse (4.2.1) with ADT plugin (20.0.3) and Android SDK...

Read more »

ItemSelectedListener for Android Spinner Widget – Example

November 17, 2012
By
Spinner Widget with Item Selected Listener in Action

In this article, we will create an Android application with a spinner widget containing a list of countries. On selecting a country from the list, the selected country will be displayed in a TextView widget. This application is developed in Eclipse (4.2.1) with ADT plugin (20.0.3) and Android SDK (R20.0.3). 1. Create a new...

Read more »

Adding Drop down navigation to action bar in pre Honeycomb versions using Sherlock library

August 1, 2012
By
Dropdown navigation in Action Bar using Sherlock library

In the article titled “Adding Drop down navigation to action bar in Android“, we have seen how to add dropdown navigation to action bar for Android 3.0 ( Honeycomb ) and above. In this article we will see how to add dropdown navigation to action bar for Android 2.x and above. Since action bar...

Read more »

Dynamically adding items to Spinner Widget in Android

August 1, 2012
By
Spinner Widget in Action

In this article we are creating an application in which user inputs items to a Spinner widget via an EditText widget. The application described here is developed using Eclipse 3.7.2 with ADT plugin ( 20.0.2 ) and Android SDK ( R20.0.1 ) 1. Create a new Android application project namely “AddItemsDynamicallySpinner” 2. Design application...

Read more »

Adding Drop down navigation to action bar in Android

July 23, 2012
By
actionbar_dropdownnav_featured

In this article, we will see how to add a dropdown navigation to an actionbar in Android. This application is developed in Eclipse 3.7.2 and tested in Android Virtual Device of API level 14. 1. Create an Android project namely “ActionBarDropdownNavigation” 2. Select Android Build target 3. Enter application details 4. Open and update...

Read more »

Creating Spinner widget application using SpinnerAdapter in Android

July 23, 2012
By
spinner_widget_demo_featured

In this article we will create an Android application which will show a list of countries in a dropdown list box. The widget used to show the dropdown list is called Spinner widget. The items in the dropdown list box will be created using ArrayAdapter class which inherits SpinnerAdapter interface. This application is developed...

Read more »

Be friend at g+

Subscribe for Lastest Updates

FBFPowered by ®Google Feedburner