You have called spinner2List.clear();
but haven't notified the adapter by using notifyDataSetChanged();
method.
↧
Answer by Paresh Mayani for how to clear spinner value in android
↧
You have called spinner2List.clear();
but haven't notified the adapter by using notifyDataSetChanged();
method.