Android: Spinner does not update after change of dataset
问题 In my app the spinne shows the active items (I use Loader of support library to load them). The init of spinner works fine and it shows only the active items. But I got the followeing problem: When I edit the items in another activity and store them (active and deactivat some of them) an go back (Back-Button), then I see the "old" list of items in the spinner. The adapter get the new cursor with correct data, but the spinner does not refresh his list. What can I do to refresh the spinner list