-
-
Save parzibyte/464ff3920944ea3774e3855fc31f0e14 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Este ejemplo es por si estás en un fragmento | |
// Lista de elementos que se pondrán en el spinner | |
String[] categorias = {"Maquilero", "Deshebrado"}; | |
spinerCategoriaLugar.setAdapter(new ArrayAdapter<String>(getActivity(), android.R.layout.simple_spinner_dropdown_item, categorias)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment