Open
Conversation
Updated the README to include detailed instructions on forking, cloning, and submitting pull requests for the KUIT 7th Android project.
1hyok
reviewed
Apr 8, 2026
| painter=painterResource(R.drawable.kalar_logo), | ||
| contentDescription="logo", | ||
| modifier=Modifier.align(Alignment.Center), | ||
| tint=Color.Unspecified //없으면 아이콘이 흑백으로 나옴 |
Open
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.
미션
구현에 대한 설명
mainsctivity에서 mainnavhost를 호출합니다. mainnavhost는 기본 시작점이 homescreen으로 되어있고 각 route에 저장된 주소의 호출에 따라 cposable함수를 실행합니다. homescreen에 파라미터로 navcontroller를 전달하고 기사부분(row)에 clickable을 설정해 클랙할 경우 이벤트를 발생시켜 savedstatehandle에 article객체정보를 담아 homedetail주소로 navigate합니다. navigate를받은 mainnavhost에서 savedstatehandle에 담긴 객체정보를 가져와 composable을 실행해 homedetailscreen함수를 호출합니다. 이 함수에는 뒤로가기 기능이 있으며 기사의 상세 정보를 확인할 수 있습니다.