inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

Han Sungbin님의 게시글

Han Sungbin Han Sungbin

@happynewmind8825

수강평 작성수
-
평균평점
-

게시글 2

질문&답변

게시글이 뜨지 않습니다.

8강에 오타가 있습니다. 강의에 images 로 되어있는데 image로 고치면 게시물이 나오기는 합니다. 근데 다 정상으로 나오지는 않습니다. inner class DetailViewRecyclerViewAdapter : RecyclerView.Adapter (){ var contentDTO : ArrayList = arrayListOf () var contentUidList : ArrayList = arrayListOf () init { firestore ?.collection( " image " )?.orderBy( "timestamp" )?.addSnapshotListener { querySnapshot , firebaseFirestoreExcetion -> contentDTO .clear() contentUidList .clear() for (snapshot in querySnapshot!!. documents ){ var item = snapshot.toObject(ContentDTO:: class . java ) contentDTO .add(item!!) contentUidList .add(snapshot. id ) } notifyDataSetChanged() } }

좋아요수
0
댓글수
5
조회수
400

질문&답변

<RelativeLayout

저도 같은 오류가 나서 LinearLayout 부분을 빼고 우선적으로 진행을 하고 있습니다. 초보라 잘 모르지만 나중에 알게 되겠죠.

좋아요수
0
댓글수
3
조회수
247