Get the Spinner values in android
How to set a spinner value in android help me with examples
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ankit SakhiyaPosted Mar 9, 2017, 11:48 PM
String[] fruit=new String[5];fruit[0] = "Apple";fruit[1] = "Banana";fruit[2] = "Guvava";fruit[3] = "Orange";fruit[4] = "Watermelon";