Skip to content

220710_검색창 UI구현#2

Open
yoouyoou wants to merge 1 commit into
masterfrom
SearchView
Open

220710_검색창 UI구현#2
yoouyoou wants to merge 1 commit into
masterfrom
SearchView

Conversation

@yoouyoou
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

@hyooosong hyooosong left a comment

Choose a reason for hiding this comment

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

검색 뷰까지 호다닥 멋있어요 ~ ~ ~ ~ ~
아무래도 fragment 사용이 많아서 데이터 전달 부분에서 힘들 것 같아요.
홧팅홧팅하고 이번에도 고생많으셨습니다 (__)


childFragmentManager.beginTransaction()
.replace(R.id.frame_search, srf)
.commitAllowingStateLoss()
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

저 이거 설명해주세요 ..... 난 commit 밖에 몰라 ...

<item>
<shape android:shape="rectangle">
<solid android:color="@color/white"/>
<corners
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

네 개의 radius 값이 다 같다면 ... 한 줄로 줄일 수 있는 방법은 ?

}

private fun getWeatherByCoroutine(){
GlobalScope.launch {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

꼭... 꼭... 플로우 돌입하기 전에 ... scope의 종류에 대해 한 번 더 꼭 알아보는 시간.. .꼭 ....

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