第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

RecycleViewAdapter 在加載它的項(xiàng)目時(shí)獲取 null 異常

RecycleViewAdapter 在加載它的項(xiàng)目時(shí)獲取 null 異常

慕田峪7331174 2023-02-23 10:50:47
在我的應(yīng)用程序中,我有一個(gè)活動(dòng)(主要活動(dòng)),其中有一個(gè)顯示片段的 ViewPager?,F(xiàn)在我有一個(gè)片段,里面有一個(gè) RecyclerView。這個(gè) RecyclerView 應(yīng)該顯示“目標(biāo)”對(duì)象列表。每次我運(yùn)行該應(yīng)用程序時(shí),它都會(huì)崩潰,說(shuō)它有一個(gè)空問題,我認(rèn)為這可能是因?yàn)閷憱|西的順序。我試過然后更改順序,在互聯(lián)網(wǎng)上搜索其他可能的問題,但沒有成功。fragment_active_goals.xml:<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    tools:context=".ActiveGoals">    <androidx.recyclerview.widget.RecyclerView        android:id="@+id/activeGoalsRecyclerView"        android:layout_width="match_parent"        android:layout_height="match_parent" /></FrameLayout>goals_list_item.xml:<?xml version="1.0" encoding="utf-8"?><androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    android:id="@+id/goalCardParent"    android:orientation="vertical"    android:layout_width="match_parent"    android:layout_height="wrap_content"    app:cardCornerRadius="0dp"    android:clickable="true"    android:focusable="true"    android:background="@color/cardview_light_background">    <androidx.constraintlayout.widget.ConstraintLayout        android:layout_width="match_parent"        android:layout_height="match_parent">        <com.github.abdularis.civ.CircleImageView            android:id="@+id/goalImage"            android:layout_width="150dp"            android:layout_height="0dp"            app:layout_constraintDimensionRatio="1:1"            app:layout_constraintStart_toStartOf="parent"            app:layout_constraintTop_toTopOf="parent"            app:layout_constraintBottom_toBottomOf="parent"            app:layout_constraintVertical_bias="0.5"            android:src="@drawable/active_brain_drawing"/>
查看完整描述

2 回答

?
哈士奇WWW

TA貢獻(xiàn)1799條經(jīng)驗(yàn) 獲得超6個(gè)贊

剛剛想通了!問題出在 goal_list_item.xml (v26) 中……對(duì)象的 ID 在某種程度上有所不同,代碼無(wú)法通過 ID 找到正確的對(duì)象。抱歉打擾了,我的壞XD謝謝大家?guī)椭遥?/p>



查看完整回答
反對(duì) 回復(fù) 2023-02-23
?
函數(shù)式編程

TA貢獻(xiàn)1807條經(jīng)驗(yàn) 獲得超9個(gè)贊

我知道這是一個(gè)自定義視圖,但如果它擴(kuò)展了一個(gè)普通的 ImageView,你應(yīng)該改為嘗試這個(gè),因?yàn)槟闶褂玫氖强衫L制 ID

holder.goalImage.setImageDrawable(mContext.getDrawable(goals.get(position).getImageId()));


查看完整回答
反對(duì) 回復(fù) 2023-02-23
  • 2 回答
  • 0 關(guān)注
  • 98 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)