• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Spinner selection from another spinner

avictoria

Lurker
Android.

Experts. i am trying select spinner1 value from sql and display result in spinner2.

Ex: Table is having two column (id,name) data is (90012,Lord)

So while i select Spinner 1 value(90012) then Spinner should show value (lord).

Can you advise the way of working and codings..
 
Back
Top Bottom