220710_검색창 UI구현#2
Open
yoouyoou wants to merge 1 commit into
Open
Conversation
hyooosong
approved these changes
Jul 10, 2022
hyooosong
left a comment
There was a problem hiding this comment.
검색 뷰까지 호다닥 멋있어요 ~ ~ ~ ~ ~
아무래도 fragment 사용이 많아서 데이터 전달 부분에서 힘들 것 같아요.
홧팅홧팅하고 이번에도 고생많으셨습니다 (__)
|
|
||
| childFragmentManager.beginTransaction() | ||
| .replace(R.id.frame_search, srf) | ||
| .commitAllowingStateLoss() |
There was a problem hiding this comment.
저 이거 설명해주세요 ..... 난 commit 밖에 몰라 ...
| <item> | ||
| <shape android:shape="rectangle"> | ||
| <solid android:color="@color/white"/> | ||
| <corners |
There was a problem hiding this comment.
네 개의 radius 값이 다 같다면 ... 한 줄로 줄일 수 있는 방법은 ?
| } | ||
|
|
||
| private fun getWeatherByCoroutine(){ | ||
| GlobalScope.launch { |
There was a problem hiding this comment.
꼭... 꼭... 플로우 돌입하기 전에 ... scope의 종류에 대해 한 번 더 꼭 알아보는 시간.. .꼭 ....
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.