
[Android Studio]A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message) room error android studio에서 room database 개발 시 아래 사진과 같은 에러를 발견 할 수 있다. 해결 방법은 간단하다. build.gradle - dependencies 의존성 추가를 해주면 된다. def roomVersion = "2.3.0" implementation("androidx.room:room-runtime:..
[Android Studio]안드로이드 소프트웨어 버전 가져오기 플랫폼 버전 get software version platporm version kotlin 코틀린 소프트웨어 버전(ex: Android 9, Android 10 등)을 불러오는 법은 매우 간단하다. val version = Build.VERSION.RELEASE
[Swift] collectionView scrollToTop 콜렉션뷰 스크롤 최상단으로 이동하기 xcode collectionView를 사용하다보면 스크롤을 최상단으로 이동시켜야 하는 상황이 생긴다. 여러가지 코드를 사용 할 수 있다. 아래 코드중 상황에 맞게 사용하면 된다. 상황별 코드 1 collectionView.scrollToItem(at: IndexPath(item: -1, section: 0), at: .init(rawValue: 0), animated: true) 상황별 코드 2 collectionView.scrollToItem(at: IndexPath(item: 0, section: 0), at: .top, animated: true) 상황별 코드 3 (가로형 스크롤) collection..
[Android Studio]android compose text maxline ellipsize 안드로이드 컴포즈 텍스트 한 줄만 보이게하기 xml TextView에서의 ellipsize 속성과 동일한 ui 구성을 할 수 있는 코드 overflow = TextOverflow.Ellipsis와 maxLines = 1로 설정하면 간단히 해결된다. Text( text = text, color = Color.White, modifier = Modifier.fillMaxWidth(), maxLines = 1, overflow = TextOverflow.Ellipsis )
[Android Studio]android compose image from url 안드로이드 컴포즈 이미지 url로 불러오기 안드로이드 스튜디오 컴포즈 개발 중 이미지를 url로 불러오고 싶을 때 사용하는 코드 //contentDescription 이미지 설명 필수 Image(painter = rememberImagePainter(data = memo.imageUrl), contentDescription = "대표이미지")

[Android Studio]android Compose clickable ripple remove ripple rounded 안드로이드 컴포즈 클릭 이펙트 변경 //동그란 모양의 이펙트 Icon( modifier = Modifier .width(24.dp) .height(24.dp) .clickable( interactionSource = MutableInteractionSource(), indication = rememberRipple(bounded = false) ) { }, painter = painterResource(id = R.drawable.ic_build_white_24dp), contentDescription = "설명" ) //이펙트 제거 Icon( modifier = Modifier..
- Total
- Today
- Yesterday
- 깃랩에서 깃허브로
- gitlab mirror
- amplify build error
- 라이브러리 라이센스
- 깃허브에서 깃랩으로
- 카카오 해시키
- kotlin
- 안드로이드 스튜디오 해시키
- 안드로이드 스튜디오
- non-zero exit code detected
- Android Studio
- 안드로이드 해시키
- rn oss
- room error
- Build failed because of webpack errors
- next.js ssr deploy
- nextjs ssr deploy
- amplify next.js
- 깃허브 잔디 옮기기
- 깃랩 잔디 옮기기
- kakao api notworking
- react native 오픈소스 라이선스
- next useEffect
- 커밋 이메일 변경
- react native oss
- github mirror
- next.js useEffect
- 코틀린
- rn 오픈소스 라이센스
- react.js useEffect
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |