我一直试图在android中动态更新我的微调器,但我没有尝试过任何工作。typeList = dbAdapter.getList(); //array list with the values
groupSpinner.postInvalidate();typeList的值是正确的,但它们不会在微调器中更新。
我使用Retrofit作为网络客户端,并使用RxJava的zip API发送多个API,但是当我为Retrofit创建一个实例时,我得到了这个错误,
java.lang.IllegalArgumentException: Unable to create call adapter for io.reactivex.rxjava3.core.Observable<java.lang.Object>java.lang.IllegalArgumentException: Could not locate call adapter fo