views:

58

answers:

1

I am very new to android. I want to use 2 spinners in my application, one shows the countries list, when any country is selected the other spinner should show the list of cities of that country. when city is selected some action is performed. plz help me with some sample code. thanks in anticipation

A: 

Check the following examples :

http://developer.android.com/intl/fr/guide/tutorials/views/hello-spinner.html http://www.designerandroid.com/?cat=4

Karan