I\'ve been trying to update my spinner in android dynamically but nothing I try has been working.
This is the following code I\'m using to update the spinner.
Change the underlying data and call the notifyDataSetChanged() on adapter.
list.clear(); list.add("A"); list.add("B"); dataAdapter.notifyDataSetChanged();