Skip to content

[김예란_Android] 4주차 과제 제출#4

Open
yeran27 wants to merge 2 commits intoBCSDLab-Edu:mainfrom
yeran27:assignment04
Open

[김예란_Android] 4주차 과제 제출#4
yeran27 wants to merge 2 commits intoBCSDLab-Edu:mainfrom
yeran27:assignment04

Conversation

@yeran27
Copy link

@yeran27 yeran27 commented Nov 15, 2025

No description provided.

Copy link
Collaborator

@KYM-P KYM-P left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment

android:name=".MainActivity"
android:exported="true" >
android:exported="true"
tools:ignore="MissingClass">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

없는편이 좋습니다.

while (cursor.moveToNext()){
val displayName = cursor.getString(displayNameColumn)
val duration = cursor.getInt(durationColumn)
val artists = cursor.getString(artistsColumn)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

얻어온 정보를 통해 list 에 넣고있지 않습니다.

}

override fun onBindViewHolder(holder: ViewHolder, position: Int) {
val music = musicList[position]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

각 position 의 textView 의 text 를 바꾸고 있지 않습니다.
ui 에 반영이 안됩니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants