[android-developers] how can i show another spinner when one select an item from spinner

2008-05-23 Thread rutu
THIS I S THE CODE WHICH CALLS THE ANOTHER FILE WHICH OPENS ANOTHER ShowMovie CLASS WHICH HA S TWO SPPINER public class Movieselect extends MapActivity { public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.main);

[android-developers] How to add more then one spinner in relative layout

2008-05-23 Thread rutu
?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent android:layout_height=fill_parent view class=com.google.android.maps.MapView android:id=@+id/map android:layout_width=fill_parent

[android-developers] i want to add another spinner on event of selecting the item in spinner

2008-05-21 Thread rutu
hi fiends, my program already contains an spinner i want that when a item is selected it should open another spinner. i tried to do this but i have to use another xml which opens the previous spinner and newer also. so for first one i have to right the same code in the another file again. can u

[android-developers] Dynamically add the rows in spinner

2008-05-20 Thread rutu
notes_row.xml file. Is there any similar way for that pleaes let me know Thanks Rutu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers