Skip to content

Conversation

TTRR1007
Copy link

김영수 12주차 과제입니다.

리사이클 뷰가 생성될 경우에 버튼이 리사이클 뷰에 가려지는 경우가 생기는데, 해당 부분을 해결할 방법이 있을까요?

Copy link
Contributor

@kongwoojin kongwoojin left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.
버튼이랑 recyclerview가 겹치는 문제는 갯수가 늘어남에 따라 생기는 문제일 것 같은데, floating action button을 알아보시면 좋을 것 같습니다

import androidx.lifecycle.viewModelScope
import kotlinx.coroutines.launch

class WordViewModel(application: Application) : AndroidViewModel(application){
Copy link
Contributor

Choose a reason for hiding this comment

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

AndroidViewModel과 ViewModel의 차이에 대해 알아보시면 좋을 것 같습니다

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