안드로이드 Compose BottomSheet
Compose에서 BottomSheet를 사용하는 방법은 2가지가 있습니다. BottomSheetScaffold와 ModalBottomSheetLayout 두 가지 방식인데 둘의 차이점은 아래에서 다루도록 하겠습니다. 1. BottomSheetScaffold val state = rememberBottomSheetScaffoldState( bottomSheetState = BottomSheetState(BottomSheetValue.Collapsed) ) val scope = rememberCoroutineScope() BottomSheetScaffold( scaffoldState = state, sheetContent = { BottomSheetContent(state) }, sheetPeekHeigh..
안드로이드/코드
2022. 11. 6. 20:47
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Compose QRCode Scanner
- Android
- Fast api
- Compose BottomSheet
- Compose 네이버 지도 api
- Compose MotionLayout
- 안드로이드 구글 지도
- 포켓몬 도감
- Compose BottomSheetScaffold
- Gradient
- Row
- Compose 네이버 지도
- Retrofit
- Kotlin
- LazyColumn
- 안드로이드
- Worker
- 웹뷰
- Android Compose
- Duplicate class fond 에러
- Compose ModalBottomSheetLayout
- WorkManager
- compose
- Compose Naver Map
- Duplicate class found error
- Pokedex
- WebView
- Compose BottomSheetDialog
- column
- Compose ConstraintLayout
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함