Spinner with customer adapter throwing Resources$NotFoundException when dropdown is clicked in Android
问题 I am developing an Android app. In my app, I am working with spinner view. But I am using spinner view with custom adapter because my spinner with will be more complicated soon. All the data for spinner come from server through volley. My spinner view with customer adapter is showing the data properly. But the problem is when I click the dropdown to choose item. It throws exception. This is my customer adapter for spinner view: public class SpinnerItemAdapter extends ArrayAdapter<NVItem> {