我有上下文發送到適配器如何在Adapter類中使用AlertDialog?
public ImageAdapter(Context context, List<Image> imagesList) {
this.context = context;
mImageList = imagesList;
}
我使用AlertDialog這樣:
AlertDialog.Builder builder = new AlertDialog.Builder(context, R.style.AlertDialogCustom);
但我得到的錯誤:
Unable to add window -- token null is not valid; is your activity running?
嘿,如果您覺得答案解決了問題,請將其標記爲'接受'通過單擊綠色的複選標記。這有助於將注意力集中在仍然沒有答案的舊版SO上。 –