Skip to content

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