Programming Tutorials

Comment on Tutorial - Spinner sample program in Android By Ashley



Comment Added by : Ligator

Comment Added at : 2013-07-26 05:57:47

Comment on Tutorial : Spinner sample program in Android By Ashley
Muy buen ejemplo, aunque como idea general podríamos agregar:

spin.setSelection(int i);

Donde i es el índice del arreglo "items[]", y establece el valor inicial del spinner.


View Tutorial