草庐IT

ThemedSpinnerAdapter

全部标签

android - 找不到类 'android.widget.ThemedSpinnerAdapter' [Android Studio]

当我尝试在API21之前的设备上运行我的应用程序时,出现了这个奇怪的错误:I/Choreographer:Skipped39frames!Theapplicationmaybedoingtoomuchworkonitsmainthread.12-1007:58:44.1794469-4472/projects.test.com.webviewtestD/dalvikvm:GC_CONCURRENTfreed156K,4%free4561K/4744K,paused4ms+12ms,total76ms12-1007:58:44.4094469-4469/projects.test.com

android - 找不到类 'android.widget.ThemedSpinnerAdapter'

在一个fragment中,我有一个方法调用,当用户点击一个按钮时,它会打开一个AlertDialog,在那个对话框中,我想显示一个带有国家(西类牙、意大利、法国....)的Spinner。我的微调器代码如下:RestCountriesrestCountries=newRestCountries();Listcountries=restCountries.data;StringmCities="";ArrayListcitiesArrayList=newArrayList();for(RestCountries.Datumdata:countries){mCities=data.name